Skip to content

Add GitHub issue templates #8

Add GitHub issue templates

Add GitHub issue templates #8

name: Assign to Project (classic) MAIN
on:
issue_comment:
types: [ created ]
issues:
types: [ opened ]
pull_request:
types: [ opened ]
pull_request_target:
types: [ opened ]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
assign-project-main:
runs-on: ubuntu-latest
name: Assign to Project
steps:
- name: Assign new issues and new pull requests to project MAIN
uses: srggrs/[email protected]
if: |
github.event.action == 'created' ||
github.event.action == 'opened' ||
github.event.action == 'reopened'
with:
project: 'https://github.com/fandom-zh/fandom-zh-doc/projects/1'
column_name: 'Backlog'