Skip to content

senzing-factory/build-resources#69 add linting and cleanup workflows #6

senzing-factory/build-resources#69 add linting and cleanup workflows

senzing-factory/build-resources#69 add linting and cleanup workflows #6

name: 'add to project garage dependabot'
on:
pull_request:
branches: [main]
env:
CREATOR: ${{ github.event.pull_request.user.login }}
jobs:
add-pr-to-project:
if: ${{ github.actor == 'dependabot[bot]' && ( github.event.action == 'opened' || github.event.action == 'reopened' ) }}
uses: senzing-factory/build-resources/.github/workflows/add-to-project.yaml@v1
with:
classic: false
org: ${{ vars.SENZING_GITHUB_ACCOUNT_NAME }}
project-number: ${{ vars.SENZING_PROJECT_GARAGE }}
secrets:
SENZING_GITHUB_PROJECT_RW_TOKEN: ${{ secrets.SENZING_GITHUB_PROJECT_RW_TOKEN }}