We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c85cd commit 544544aCopy full SHA for 544544a
.github/workflows/merge.yml
@@ -24,7 +24,7 @@ jobs:
24
echo "tag=${TAG}" >> $GITHUB_ENV
25
26
- name: Create tag named from 'env.tag'
27
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
28
with:
29
script: |
30
github.rest.git.createRef({
CHANGELOG.md
@@ -4,6 +4,7 @@
4
- Dependabot - Pydantic
5
- Dependabot - Datamodel code generator update
6
- Dependabot - Pytest-cov update
7
+- Dependabot - github-script update
8
9
## 2025-12-17
10
- [PI-889] redocly hotfix
changelog/2025-12-18.md
@@ -1,3 +1,4 @@
1
2
3
0 commit comments