File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
1212
1313jobs :
1414 # Test Danger action on pull requests - should analyze PR and report findings
15- test-danger- pr-analysis :
15+ pr-analysis :
1616 runs-on : ubuntu-latest
1717 steps :
1818 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
1010
1111jobs :
1212 # Test PR creation scenario - should create a PR with specific version pattern
13- test- updater-pr-creation :
13+ updater-pr-creation :
1414 runs-on : ubuntu-latest
1515 steps :
1616 - uses : actions/checkout@v4
7373 echo "✅ PR creation scenario validation passed!"
7474
7575 # Test no-change scenario - should detect no updates needed
76- test- updater-no-changes :
76+ updater-no-changes :
7777 runs-on : macos-latest
7878 steps :
7979 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments