We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b00a53c + d75a3b7 commit f2e5425Copy full SHA for f2e5425
2 files changed
.github/workflows/dependabot-auto-merge.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Comment on major updates
34
if: steps.metadata.outputs.update-type == 'version-update:semver-major'
35
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
36
with:
37
script: |
38
github.rest.issues.createComment({
@@ -53,7 +53,7 @@ jobs:
53
})
54
55
- name: Label based on update type
56
57
58
59
const updateType = '${{ steps.metadata.outputs.update-type }}';
.github/workflows/scheduled-checks.yml
@@ -38,7 +38,7 @@ jobs:
39
- name: Create issue if URLs are broken
40
if: failure()
41
42
43
44
const title = '🔗 Broken URLs detected in manifests';
0 commit comments