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:
Javi Martín
2022-07-07 12:45:41 +02:00
parent 187e6ee1d6
commit b86c4ec100

View File

@@ -1,4 +1,4 @@
name: Assign new pull requests name: Kanban management
on: on:
pull_request_target: pull_request_target:
types: [opened, reopened] types: [opened, reopened]
@@ -7,9 +7,9 @@ env:
jobs: jobs:
assign_one_project: assign_one_project:
name: Add new pull requests to the kanban
if: github.repository_owner == 'consul' if: github.repository_owner == 'consul'
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: Assign new pull requests
steps: steps:
- name: Assign new pull requests to the reviewing column - name: Assign new pull requests to the reviewing column
uses: srggrs/assign-one-project-github-action@1.3.1 uses: srggrs/assign-one-project-github-action@1.3.1