Skip to content

Commit

Permalink
senzing-factory/build-resources#158 consolidate projects in senzing org
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam committed Aug 22, 2024
1 parent 1819f31 commit 9f0f4d1
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/add-to-project-senzing-dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: add to project senzing github organization dependabot

on:
pull_request:
branches: [main]

permissions:
repository-projects: write

jobs:
add-to-project-dependabot:
secrets:
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_GITHUB_ORGANIZATION_PROJECT }}
20 changes: 20 additions & 0 deletions .github/workflows/add-to-project-senzing.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: add to project senzing github organization

on:
issues:
types:
- opened
- reopened

permissions:
repository-projects: write

jobs:
add-to-project:
secrets:
SENZING_GITHUB_PROJECT_RW_TOKEN: ${{ secrets.SENZING_GITHUB_PROJECT_RW_TOKEN }}
uses: senzing-factory/build-resources/.github/workflows/add-to-project.yaml@v2
with:
classic: false
project-number: ${{ vars.SENZING_GITHUB_ORGANIZATION_PROJECT }}
org: ${{ vars.SENZING_GITHUB_ACCOUNT_NAME }}

0 comments on commit 9f0f4d1

Please sign in to comment.