We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8525eed + 8e4aa86 commit b2b1d40Copy full SHA for b2b1d40
.github/workflows/combine-prs.yml
@@ -16,6 +16,6 @@ jobs:
16
steps:
17
- name: combine-prs
18
id: combine-prs
19
- uses: github/[email protected].1 # where X.X.X is the latest version
+ uses: github/[email protected].0 # where X.X.X is the latest version
20
with:
21
labels: combined-pr # Optional: add a label to the combined PR
0 commit comments