Skip to content

Commit

Permalink
Revert "rm labels.yaml"
Browse files Browse the repository at this point in the history
This reverts commit 1d4c17d.
  • Loading branch information
WillAbides committed Aug 8, 2023
1 parent 1d4c17d commit 38f9f5e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/labels.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: labels
on:
pull_request:
types:
- synchronize
- opened
- reopened
- labeled
- unlabeled
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
label_check:
name: check labels
runs-on: ubuntu-22.04
if: github.event_name == 'pull_request'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: WillAbides/[email protected]

0 comments on commit 38f9f5e

Please sign in to comment.