We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f94738 commit 10edb78Copy full SHA for 10edb78
1 file changed
.github/workflows/pr-title-semver-check.yml
@@ -11,7 +11,7 @@ on:
11
12
env:
13
CARGO_TERM_COLOR: always
14
- RUST_VERSION: stable
+ RUST_VERSION: 1.92.0
15
16
jobs:
17
detect-changes:
@@ -111,7 +111,7 @@ jobs:
111
set -euo pipefail
112
113
CHANGED_CRATES='${{ needs.detect-changes.outputs.changed_crates }}'
114
- BASELINE="origin/main"
+ BASELINE="main"
115
HIGHEST_LEVEL=""
116
117
# Parse JSON array
0 commit comments