chore: update assign issue automation action
This commit is contained in:
parent
e98c7172a9
commit
1e3b384e31
16
.github/workflows/project-assign-issue.yml
vendored
16
.github/workflows/project-assign-issue.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user