Skip to content

Commit

Permalink
Add job to automate adding new issues to the new project (#4087)
Browse files Browse the repository at this point in the history
* add job to automate adding new issues to the new project

* missing jobs:
  • Loading branch information
langleyd authored Feb 29, 2024
1 parent 6176fae commit b2e0925
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/triage-incoming.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Move new issues into Issue triage board

on:
issues:
types: [opened]

jobs:
automate-project-columns-next:
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/element-hq/projects/120
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}

0 comments on commit b2e0925

Please sign in to comment.