Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: fix job name #31681

Merged
merged 4 commits into from
Feb 3, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: pass pr numbers
  • Loading branch information
suzuki-shunsuke committed Feb 3, 2025
commit 6051464fdf5c90e0c810482907c774beb5e91f20
2 changes: 1 addition & 1 deletion .github/workflows/close-conflicting-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

for number in $numbers; do
info "closing a pull request #$number"
gh -R "$GITHUB_REPOSITORY" pr close -d \
gh -R "$GITHUB_REPOSITORY" pr close "$number" -d \
-c "[Workflow]($workflow_run_url) Close this pull request because this is created by app/aquaproj-aqua-registry and it has conflicts"
done
env:
Expand Down
Loading