Skip to content

Commit

Permalink
Test label gun
Browse files Browse the repository at this point in the history
  • Loading branch information
adam3smith committed Mar 21, 2022
1 parent 2f40fcd commit cf0d930
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/label-gun.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
issues:
types: [opened, edited, closed]
issue_comment:
types: [created, edited, closed]

jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: retorquere/label-gun@main
with:
token: ${{ github.token }}
label.awaiting: "waiting-for-response-from-contributor"

0 comments on commit cf0d930

Please sign in to comment.