diff options
author | jackpoz <giacomopoz@gmail.com> | 2020-05-23 17:56:59 +0200 |
---|---|---|
committer | jackpoz <giacomopoz@gmail.com> | 2020-05-23 17:56:59 +0200 |
commit | 58013167ded4db06f0e59c1102f6406fd65e66b5 (patch) | |
tree | e67ec3ab2c054f94564a2933c845b649130d8074 | |
parent | 872fbb9e1f1ccec6fec574f254cf4787508ed553 (diff) |
CI/GitHub: Rename jobs
-rw-r--r-- | .github/workflows/issue-labeler.yml | 2 | ||||
-rw-r--r-- | .github/workflows/pr-labeler.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/issue-labeler.yml b/.github/workflows/issue-labeler.yml index 505ff1741d7..0eaf1c8376b 100644 --- a/.github/workflows/issue-labeler.yml +++ b/.github/workflows/issue-labeler.yml @@ -3,7 +3,7 @@ on: types: [opened] jobs: - tag_issues: + issue_labeler: runs-on: ubuntu-latest name: Issue Labeler steps: diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 1fe6cd6052d..3df7dea6e69 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -3,7 +3,7 @@ on: types: [opened] jobs: - tag_issues: + pr_labeler: runs-on: ubuntu-latest name: Pull Request Labeler steps: |