Skip to content

Commit

Permalink
ci: add automatically all issues as project task
Browse files Browse the repository at this point in the history
  • Loading branch information
billmetangmo committed Jul 4, 2024
1 parent eaa178e commit e6e10ff
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/project.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Add assigned issues to project
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@2b841e5b72907f4af4e565d8eb350c44cda3da96 # ratchet:actions/add-to-project@v0.1.0
with:
project-url: https://github.com/orgs/mongulu-cm/projects/2
github-token: ${{ secrets.GH_TOKEN }}

0 comments on commit e6e10ff

Please sign in to comment.