Skip to content

Commit

Permalink
Use a better name for the kanban workflow
Browse files Browse the repository at this point in the history
The word "assign" was ambiguous, because it could have meant we were
assigning the author.
  • Loading branch information
javierm committed Jul 7, 2022
1 parent 187e6ee commit 4061434
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/kanban.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Assign new pull requests
name: Add new pull requests to the kanban
on:
pull_request_target:
types: [opened, reopened]
Expand All @@ -9,7 +9,6 @@ jobs:
assign_one_project:
if: github.repository_owner == 'consul'
runs-on: ubuntu-latest
name: Assign new pull requests
steps:
- name: Assign new pull requests to the reviewing column
uses: srggrs/[email protected]
Expand Down

0 comments on commit 4061434

Please sign in to comment.