Skip to content

Commit

Permalink
Update updated_pull_request.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
allisonport-db authored Sep 29, 2022
1 parent 77e741e commit 601b2ec
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/updated_pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@ on:

jobs:
automate-updated-pull-requests:
env:
usernames: test
if: ${{ (github.event.issue.pull_request || github.event.pull_request) && !contains(env.usernames, github.event.sender.login) &&
(github.event.pull_request.state == 'open' || github.event.issue.state == 'open') }}
runs-on: ubuntu-latest
steps:
- uses: alex-page/github-project-automation-plus@2af3cf061aeca8ac6ab40a960eee1968a7f9ce0e
if: ${{ (github.event.issue.pull_request || github.event.pull_request) && !contains(env.usernames, github.event.sender.login) &&
(github.event.pull_request.state == 'open' || github.event.issue.state == 'open') }}
with:
project: test github actions
column: needs review
Expand Down

0 comments on commit 601b2ec

Please sign in to comment.