Skip to content

Commit

Permalink
chore: rename actions
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILLIPS71 committed Apr 13, 2024
1 parent 911ec86 commit 0ffe673
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-title.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pr-title
name: '📝 PR Title'

on:
pull_request_target:
Expand All @@ -7,7 +7,7 @@ on:

jobs:
main:
name: 🏷️ PR Title
name: 📝 PR Title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: '▶️ Pull'
name: '🔀 Pull Request'

on:
pull_request_target:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: '🔀️ Push'
name: '️ Push'

on:
push:
Expand Down

0 comments on commit 0ffe673

Please sign in to comment.