Skip to content

Commit

Permalink
GitHub workflow naming
Browse files Browse the repository at this point in the history
  • Loading branch information
evadecker committed Dec 10, 2024
1 parent 7deae75 commit 6946165
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ frontend:

testing:
- changed-files:
- any-glob-to-any-file: ['tests/**', '**/**.test.ts', '**/**.test.tsx','playwright.config.ts']
- any-glob-to-any-file: ['tests/**', '**/*.test.ts', '**/*.test.tsx','playwright.config.ts']

workflows:
- changed-files:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Pull Request Labeler
name: PR Labeler
on:
- pull_request_target

jobs:
labeler:
name: Labeler
permissions:
contents: read
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/relative-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:

jobs:
build:
name: Build and report bundle stats
name: Report Bundle Size
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 6946165

Please sign in to comment.