File tree 3 files changed +15
-27
lines changed
3 files changed +15
-27
lines changed Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
branches : [main]
6
6
7
- env :
8
- CREATOR : ${{ github.event.pull_request.user.login }}
9
- GITHUB_TOKEN : ${{ secrets.SENZING_GITHUB_ACCESS_TOKEN }}
10
-
11
7
permissions :
12
8
repository-projects : write
13
9
14
10
jobs :
15
11
add-to-project-dependabot :
16
- name : add issue to Senzing Community project
17
- runs-on : ubuntu-latest
18
-
19
- steps :
20
- - name : assign issue to project
21
- env :
22
- BOOL : ${{ contains( env.CREATOR, 'dependabot' ) }}
23
- if : ${{ env.BOOL == 'true' }}
24
- uses : senzing-factory/github-action-add-issue-to-project@v1
25
- with :
26
- project : " https://github.com/orgs/Senzing/projects/${{ vars.SENZING_PROJECT_COMMUNITY }}"
12
+ secrets :
13
+ SENZING_GITHUB_PROJECT_RW_TOKEN : ${{ secrets.SENZING_GITHUB_PROJECT_RW_TOKEN }}
14
+ uses : senzing-factory/build-resources/.github/workflows/add-to-project-dependabot.yaml@v2
15
+ with :
16
+ project : ${{ vars.SENZING_PROJECT_COMMUNITY }}
Original file line number Diff line number Diff line change @@ -11,14 +11,10 @@ permissions:
11
11
12
12
jobs :
13
13
add-to-project :
14
- name : add issue to project
15
- runs-on : ubuntu-latest
16
-
17
- steps :
18
- - name : assign issue to project
19
- env :
20
- GITHUB_TOKEN : ${{ secrets.SENZING_GITHUB_ACCESS_TOKEN }}
21
- uses : senzing-factory/github-action-add-issue-to-project@v1
22
- with :
23
- project : " https://github.com/orgs/Senzing/projects/${{ vars.SENZING_PROJECT_COMMUNITY }}"
24
- column_name : " Backlog"
14
+ secrets :
15
+ SENZING_GITHUB_PROJECT_RW_TOKEN : ${{ secrets.SENZING_GITHUB_PROJECT_RW_TOKEN }}
16
+ uses : senzing-factory/build-resources/.github/workflows/add-to-project.yaml@v2
17
+ with :
18
+ classic : false
19
+ project-number : ${{ vars.SENZING_PROJECT_COMMUNITY }}
20
+ org : ${{ vars.SENZING_GITHUB_ACCOUNT_NAME }}
Original file line number Diff line number Diff line change 12
12
move-pr-to-done-dependabot :
13
13
secrets :
14
14
SENZING_GITHUB_PROJECT_RW_TOKEN : ${{ secrets.SENZING_GITHUB_PROJECT_RW_TOKEN }}
15
- uses : senzing-factory/build-resources/.github/workflows/move-pr-to-done.yaml@v2
15
+ uses : senzing-factory/build-resources/.github/workflows/move-pr-to-done-dependabot.yaml@v2
16
+ with :
17
+ project : ${{ vars.SENZING_PROJECT_COMMUNITY }}
You can’t perform that action at this time.
0 commit comments