Skip to content

Commit

Permalink
chore: update pr to author action
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodf authored Jul 25, 2022
1 parent 77f7908 commit a002b80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/assing-pr-to-author.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
pull_request:
types: [opened, ready_for_review, edited, synchronize]

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
assignAuthor:
name: Assing
Expand Down

0 comments on commit a002b80

Please sign in to comment.