Skip to content

Commit

Permalink
Rollup merge of rust-lang#138335 - jieyouxu:fix-citool, r=marcoieni
Browse files Browse the repository at this point in the history
Fix post-merge workflow

The command is called `post-merge-report` not `post-merge-analysis`. See https://github.com/rust-lang/rust/blob/90384941aae4ea38de00e4702b50757e9b882a19/src/ci/citool/src/main.rs#L379

Noticed it failing in rust-lang#138310 (comment).

r? `@Kobzol` (or `@marcoieni)`
  • Loading branch information
Kobzol authored Mar 11, 2025
2 parents 23f8898 + c00a5c0 commit 53ffcba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
cd src/ci/citool
echo "Post-merge analysis result" > output.log
cargo run --release post-merge-analysis ${PARENT_COMMIT} ${{ github.sha }} >> output.log
cargo run --release post-merge-report ${PARENT_COMMIT} ${{ github.sha }} >> output.log
cat output.log
gh pr comment ${HEAD_PR} -F output.log

0 comments on commit 53ffcba

Please sign in to comment.