Skip to content

Commit

Permalink
Create volunteers.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoFF committed Aug 25, 2024
1 parent 8b2787e commit 09ad0fe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/volunteers.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "Issue volunteer assignment"

on: [issue_comment]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: bhermann/issue-volunteer@v0.1.12
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 09ad0fe

Please # to comment.