Skip to content
This repository was archived by the owner on Oct 29, 2022. It is now read-only.

Commit 4b74861

Browse files
authored
Update add_admin_to_project.yaml
1 parent c933e8d commit 4b74861

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.github/workflows/add_admin_to_project.yaml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@ on:
66
- opened
77

88
jobs:
9-
- name: Add Admin Tasks To GitHub projects
10-
uses: actions/[email protected]
11-
runs-on: ubuntu-latest
12-
steps:
13-
- uses: actions/add-to-project@RELEASE_VERSION
14-
with:
15-
# You can target a repository in a different organization
16-
# to the issue
17-
project-url: https://github.com/orgs/kjaymiller/projects/4
18-
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
19-
labeled: bug, admin, feature, discuss
20-
label-operator: OR
9+
add-to-project:
10+
- name: Add Admin Tasks To GitHub projects
11+
uses: actions/[email protected]
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/add-to-project@RELEASE_VERSION
15+
with:
16+
# You can target a repository in a different organization
17+
# to the issue
18+
project-url: https://github.com/orgs/kjaymiller/projects/4
19+
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
20+
labeled: bug, admin, feature, discuss
21+
label-operator: OR

0 commit comments

Comments
 (0)