Skip to content

Commit

Permalink
Senzing-factory/build resources#91 fix dependabot project status (#129)
Browse files Browse the repository at this point in the history
* senzing-factory/build-resources#91 fix dependabot project status

* senzing-factory/build-resources#91 force dependabot test
  • Loading branch information
kernelsam authored Jan 25, 2024
1 parent d08b8e6 commit e5de685
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 21 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/add-to-project-garage-dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,11 @@ 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' ) }}

add-issue-labels:
secrets:
SENZING_GITHUB_PROJECT_RW_TOKEN: ${{ secrets.SENZING_GITHUB_PROJECT_RW_TOKEN }}
uses: senzing-factory/build-resources/.github/workflows/add-to-project.yaml@v1
uses: senzing-factory/build-resources/.github/workflows/add-to-project-dependabot.yaml@main
with:
classic: false
org: ${{ vars.SENZING_GITHUB_ACCOUNT_NAME }}
project-number: ${{ vars.SENZING_PROJECT_GARAGE }}
project: ${{ vars.SENZING_PROJECT_GARAGE }}
2 changes: 1 addition & 1 deletion .github/workflows/go-test-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: "go test with OS: ${{ matrix.os }}; Go: ${{ matrix.go }}"
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/move-pr-to-done.yaml

This file was deleted.

0 comments on commit e5de685

Please sign in to comment.