mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
19 lines
483 B
YAML
19 lines
483 B
YAML
name: Automate Projects
|
|
|
|
on:
|
|
issues:
|
|
types: [opened, labeled]
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
jobs:
|
|
assign_one_project:
|
|
runs-on: ubuntu-latest
|
|
name: Assign to One Project
|
|
steps:
|
|
- name: Assign NEW bugs to triage
|
|
uses: srggrs/assign-one-project-github-action@1.2.0
|
|
if: contains(github.event.issue.labels.*.name, 'bug')
|
|
with:
|
|
project: 'https://github.com/pypeclub/pype/projects/2'
|
|
column_name: 'Needs triage'
|