Skip to content

Commit

Permalink
Merge pull request #726 from matrix-org/add-new-issues-to-verticals-p…
Browse files Browse the repository at this point in the history
…roject

Add new issues to the verticals project board
  • Loading branch information
langleyd committed Jun 20, 2023
2 parents 227e6d9 + dd40125 commit c18fb06
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/add-new-issues-to-verticals-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Add new issues to the verticals project board

on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add issue to project
runs-on: non-dind
container: ubuntu
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/vector-im/projects/57
github-token: ${{ secrets.RIOTROBOT_TOKEN_VERTICALS }}

0 comments on commit c18fb06

Please sign in to comment.