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]
|
types: [assigned]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
move-issue-column:
|
update-project-column:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: alex-page/github-project-automation-plus@v0.8.3
|
- name: Update status
|
||||||
|
id: update_status
|
||||||
|
uses: github/update-project-action@v2
|
||||||
with:
|
with:
|
||||||
project: Webrecorder Projects
|
github_token: ${{ secrets.GHPROJECT_TOKEN }}
|
||||||
column: Todo
|
organization: github
|
||||||
repo-token: ${{ secrets.GHPROJECT_TOKEN }}
|
project_number: 9
|
||||||
|
content_id: ${{ github.event.issue.id }}
|
||||||
|
field: Status
|
||||||
|
operation: update
|
||||||
|
value: Todo
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user