add job to automate adding new issues to the new project

This commit is contained in:
David Langley 2024-02-21 10:22:05 +00:00
parent 3ac096619b
commit 854a81056b

View file

@ -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 }}