Skip to content

Commit

Permalink
Merge pull request #525 from kenhys/add-to-project
Browse files Browse the repository at this point in the history
github: track issue with GitHub Project
  • Loading branch information
daipom authored Jan 27, 2025
2 parents f799f61 + 7dc59a7 commit 420d4f7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Add bugs to fluent project

on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/fluent/projects/4
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: waiting-for-triage

0 comments on commit 420d4f7

Please sign in to comment.