chore: update assign issue automation action

This commit is contained in:
sua yoo 2023-03-06 12:18:28 -08:00
parent e98c7172a9
commit 1e3b384e31
No known key found for this signature in database
GPG Key ID: 5AD1B4C02D4F0567

View File

@ -5,11 +5,17 @@ on:
types: [assigned]
jobs:
move-issue-column:
update-project-column:
runs-on: ubuntu-latest
steps:
- uses: alex-page/github-project-automation-plus@v0.8.3
- name: Update status
id: update_status
uses: github/update-project-action@v2
with:
project: Webrecorder Projects
column: Todo
repo-token: ${{ secrets.GHPROJECT_TOKEN }}
github_token: ${{ secrets.GHPROJECT_TOKEN }}
organization: github
project_number: 9
content_id: ${{ github.event.issue.id }}
field: Status
operation: update
value: Todo