Skip to content

Commit

Permalink
Update configuration slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
tdonohue committed Jul 15, 2020
1 parent 6f416d2 commit afda65d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/new_pull_request.yml
@@ -1,9 +1,10 @@
# This workflow runs whenever a new pull request is created
name: New Pull Request
name: Pull Request opened

# Only run for "main" branch PRs
# Only run for newly opened PRs against the "main" branch
on:
pull_request:
types: [opened]
branches:
- main

Expand All @@ -15,7 +16,6 @@ jobs:
# See https://github.com/marketplace/actions/pull-request-assigner
- name: Assign PR to creator
uses: thomaseizinger/assign-pr-creator-action@v1.0.0
if: github.event_name == 'pull_request' && github.event.action == 'opened'
# Note, this authentication token is created automatically
# See: https://docs.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token
with:
Expand Down

0 comments on commit afda65d

Please sign in to comment.