Skip to content

Commit

Permalink
senzing-factory/build-resources#158 consolidate projects in senzing o…
Browse files Browse the repository at this point in the history
…rg (#47)

* senzing-factory/build-resources#158 consolidate projects in senzing org

* senzing-factory/build-resources#158 cleanup old project workflows
  • Loading branch information
kernelsam authored Aug 22, 2024
1 parent 8dc17a0 commit 2026c52
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: add to project g2 python dependabot
name: add to project senzing github organization dependabot

on:
pull_request:
Expand All @@ -13,4 +13,4 @@ jobs:
SENZING_GITHUB_PROJECT_RW_TOKEN: ${{ secrets.SENZING_GITHUB_PROJECT_RW_TOKEN }}
uses: senzing-factory/build-resources/.github/workflows/add-to-project-dependabot.yaml@v2
with:
project: ${{ vars.SENZING_PROJECT_G2_PYTHON }}
project: ${{ vars.SENZING_GITHUB_ORGANIZATION_PROJECT }}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: add to project g2 python
name: add to project senzing github organization

on:
issues:
Expand All @@ -16,5 +16,5 @@ jobs:
uses: senzing-factory/build-resources/.github/workflows/add-to-project.yaml@v2
with:
classic: false
project-number: ${{ vars.SENZING_PROJECT_G2_PYTHON }}
project-number: ${{ vars.SENZING_GITHUB_ORGANIZATION_PROJECT }}
org: ${{ vars.SENZING_GITHUB_ACCOUNT_NAME }}
2 changes: 1 addition & 1 deletion .github/workflows/move-pr-to-done-dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
SENZING_GITHUB_PROJECT_RW_TOKEN: ${{ secrets.SENZING_GITHUB_PROJECT_RW_TOKEN }}
uses: senzing-factory/build-resources/.github/workflows/move-pr-to-done-dependabot.yaml@v2
with:
project: ${{ vars.SENZING_PROJECT_G2_PYTHON }}
project: ${{ vars.SENZING_GITHUB_ORGANIZATION_PROJECT }}

0 comments on commit 2026c52

Please sign in to comment.