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

Commit e0cb552

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

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

.github/workflows/add_admin_to_project.yaml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ on:
77

88
jobs:
99
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
10+
name: Add admin issue to project
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/[email protected]
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

0 commit comments

Comments
 (0)