๐Ÿ“ฆ wagoodman / project-add-test

๐Ÿ“„ add-to-project.yaml ยท 22 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22name: Add issues to the community board

on:
  issues:
    types:
      - opened
      - reopened
      - transferred
      - labeled

jobs:
  add-to-board:
    name: Add issue to the community board
    runs-on: ubuntu-latest
    steps:
      - uses: actions/add-to-project@v0.5.0
        with:
          project-url: https://github.com/users/wagoodman/projects/1
          github-token: ${{ secrets.OSS_PROJECT_GH_TOKEN }}
          labeled: bug, enhancement
          label-operator: OR