From 58013167ded4db06f0e59c1102f6406fd65e66b5 Mon Sep 17 00:00:00 2001 From: jackpoz Date: Sat, 23 May 2020 17:56:59 +0200 Subject: CI/GitHub: Rename jobs --- .github/workflows/issue-labeler.yml | 2 +- .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: -- cgit v1.2.3