Use a better name for the kanban workflow
The word "assign" was ambiguous, because it could have meant we were assigning the author. We were also displaying the same name twice.
This commit is contained in:
4
.github/workflows/kanban.yml
vendored
4
.github/workflows/kanban.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Assign new pull requests
|
||||
name: Kanban management
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [opened, reopened]
|
||||
@@ -7,9 +7,9 @@ env:
|
||||
|
||||
jobs:
|
||||
assign_one_project:
|
||||
name: Add new pull requests to the kanban
|
||||
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/assign-one-project-github-action@1.3.1
|
||||
|
||||
Reference in New Issue
Block a user