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