1
0
mirror of synced 2026-01-04 09:06:46 -05:00
Files
docs/.github/workflows/move-help-wanted-issues.yml

18 lines
540 B
YAML

name: Move help wanted issues
on:
issues:
types:
- labeled
jobs:
move_issues:
if: github.repository == 'github/docs' && (github.event.label.name == 'help wanted' || github.event.label.name == 'good first issue')
runs-on: ubuntu-latest
steps:
- uses: alex-page/github-project-automation-plus@fdb7991b72040d611e1123d2b75ff10eda9372c9
with:
project: Docs team reviews
column: Help wanted
repo-token: ${{ secrets.DOCUBOT_FR_PROJECT_BOARD_WORKFLOWS_REPO_ORG_READ_SCOPES }}