chore: update project automation action

This commit is contained in:
sua yoo 2023-03-06 11:38:10 -08:00
parent ace4e79e3f
commit 18abc84484
No known key found for this signature in database
GPG Key ID: 5AD1B4C02D4F0567

View File

@ -5,11 +5,11 @@ on:
types: [opened]
jobs:
move-issue-column:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: alex-page/github-project-automation-plus@v0.8.3
- uses: actions/add-to-project@0.4.1
with:
project: Webrecorder Projects
column: Triage
repo-token: ${{ secrets.GHPROJECT_TOKEN }}
project-url: https://github.com/orgs/webrecorder/projects/9
github-token: ${{ secrets.GHPROJECT_TOKEN }}