browsertrix/.github/workflows/project-assign-issue.yml

22 lines
513 B
YAML

name: Update assigned issues in Webrecorder Projects
on:
issues:
types: [assigned]
jobs:
update-project-column:
runs-on: ubuntu-latest
steps:
- name: Update status
id: update_status
uses: github/update-project-action@v2
with:
github_token: ${{ secrets.GHPROJECT_TOKEN }}
organization: github
project_number: 9
content_id: ${{ github.event.issue.id }}
field: Status
operation: update
value: Todo