aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-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: