Skip to content

Commit ec30261

Browse files
committed
unify GHA names
1 parent 29462a9 commit ec30261

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/issues.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
2-
name: Create JIRA ticket for new issues
2+
name: JIRA Tickets for GH Issues
33

4-
# Creates and updates jira tickets that sync with GitHub Issues events.
54
on:
65
issues:
76
types: [opened, reopened, closed]

.github/workflows/pull-request-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: pull-request-lint
1+
name: PR Linters
22

33
# Run validations over pull request titles while also adding appropriate labels.
44
on:

.github/workflows/stale.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
2-
name: 'Stale issues and PRs handler'
2+
name: 'Stale PRs & Issues'
33

4-
# Handles stale github issues and pull requests.
54
on:
65
workflow_dispatch:
76
schedule:

0 commit comments

Comments
 (0)