Skip to content

Commit

Permalink
Revert "senzing-factory/build-resources#79 add codeowners"
Browse files Browse the repository at this point in the history
This reverts commit 7fbbe7c.
  • Loading branch information
kernelsam committed Jan 29, 2024
1 parent 7fbbe7c commit 8b5d86c
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 16 deletions.
29 changes: 18 additions & 11 deletions .github/workflows/add-to-project-garage-dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
name: 'add to project garage dependabot'

name: add-to-project-garage-dependabot.yaml
on:
pull_request:
branches: [main]

types:
- opened
- reopened
env:
CREATOR: ${{ github.event.pull_request.user.login }}
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@main
with:
project: ${{ vars.SENZING_PROJECT_GARAGE }}
add-to-project:
name: Add dependabot pull request to project
runs-on: ubuntu-latest
steps:
- name: Assign pull request to project
env:
BOOL: ${{ contains( env.CREATOR, 'dependabot' ) }}
if: ${{ env.BOOL == 'true' }}
uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/senzing-garage/projects/3
github-token: ${{ secrets.SENZING_GITHUB_ACCESS_TOKEN }}
8 changes: 3 additions & 5 deletions .github/workflows/add-to-project-garage.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: 'add to project garage'

name: add-to-project-garage.yaml
on:
issues:
types:
- opened
- reopened

- opened
jobs:
add-to-project:
name: Add issue to project
Expand All @@ -14,5 +12,5 @@ jobs:
- name: Assign issue to project
uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/${{ vars.SENZING_GITHUB_ACCOUNT_NAME }}/projects/${{ vars.SENZING_PROJECT_GARAGE }}
project-url: https://github.com/orgs/senzing-garage/projects/3
github-token: ${{ secrets.SENZING_GITHUB_ACCESS_TOKEN }}
9 changes: 9 additions & 0 deletions .github/workflows/move-pr-to-done.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: move-pr-to-done.yaml
on:
pull_request:
types: [closed]
jobs:
move-pr-to-done:
uses: senzing-factory/build-resources/.github/workflows/move-pr-to-done.yaml@main
secrets:
SENZING_GITHUB_PROJECT_RW_TOKEN: ${{ secrets.SENZING_GITHUB_PROJECT_RW_TOKEN }}

0 comments on commit 8b5d86c

Please sign in to comment.