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: