CI/GitHub: Rename jobs

This commit is contained in:
jackpoz
2020-05-23 17:56:59 +02:00
parent 872fbb9e1f
commit 58013167de
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ on:
types: [opened]
jobs:
tag_issues:
issue_labeler:
runs-on: ubuntu-latest
name: Issue Labeler
steps:

View File

@@ -3,7 +3,7 @@ on:
types: [opened]
jobs:
tag_issues:
pr_labeler:
runs-on: ubuntu-latest
name: Pull Request Labeler
steps: