Skip to content

Commit

Permalink
unify GHA names
Browse files Browse the repository at this point in the history
  • Loading branch information
lantoli committed Jan 11, 2025
1 parent 29462a9 commit ec30261
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
name: Create JIRA ticket for new issues
name: JIRA Tickets for GH Issues

# Creates and updates jira tickets that sync with GitHub Issues events.
on:
issues:
types: [opened, reopened, closed]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pull-request-lint
name: PR Linters

# Run validations over pull request titles while also adding appropriate labels.
on:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
name: 'Stale issues and PRs handler'
name: 'Stale PRs & Issues'

# Handles stale github issues and pull requests.
on:
workflow_dispatch:
schedule:
Expand Down

0 comments on commit ec30261

Please sign in to comment.