Commit 1c9af8a 1 parent cbf3988 commit 1c9af8a Copy full SHA for 1c9af8a
File tree 2 files changed +36
-0
lines changed
2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : add to project senzing github organization dependabot
2
+
3
+ on :
4
+ pull_request :
5
+ branches : [main]
6
+
7
+ permissions :
8
+ repository-projects : write
9
+
10
+ jobs :
11
+ add-to-project-dependabot :
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_GITHUB_ORGANIZATION_PROJECT }}
Original file line number Diff line number Diff line change
1
+ name : add to project senzing github organization
2
+
3
+ on :
4
+ issues :
5
+ types :
6
+ - opened
7
+ - reopened
8
+
9
+ permissions :
10
+ repository-projects : write
11
+
12
+ jobs :
13
+ add-to-project :
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_GITHUB_ORGANIZATION_PROJECT }}
20
+ org : ${{ vars.SENZING_GITHUB_ACCOUNT_NAME }}
You can’t perform that action at this time.
0 commit comments