aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjackpoz <giacomopoz@gmail.com>2020-05-23 17:56:59 +0200
committerjackpoz <giacomopoz@gmail.com>2020-05-23 17:56:59 +0200
commit58013167ded4db06f0e59c1102f6406fd65e66b5 (patch)
treee67ec3ab2c054f94564a2933c845b649130d8074
parent872fbb9e1f1ccec6fec574f254cf4787508ed553 (diff)
CI/GitHub: Rename jobs
-rw-r--r--.github/workflows/issue-labeler.yml2
-rw-r--r--.github/workflows/pr-labeler.yml2
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: