Skip to content

Commit

Permalink
Merge pull request #27044 from element-hq/langleyd/add_issues_to_new_…
Browse files Browse the repository at this point in the history
…triage_project

Auto-add new issues to the new triage project
  • Loading branch information
langleyd authored Feb 21, 2024
2 parents 3ac0966 + bf99ab2 commit 0e7ee62
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/triage-incoming.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,11 @@ jobs:
project: Issue triage
column: Incoming
repo-token: ${{ secrets.ELEMENT_BOT_TOKEN }}

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 0e7ee62

Please sign in to comment.