We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe24152 commit 2c4b373Copy full SHA for 2c4b373
1 file changed
.github/workflows/example.yml
@@ -23,7 +23,7 @@ jobs:
23
24
steps:
25
- name: Run Git AI PR Close
26
- uses: git-ai-project/action/pr-close@v1.0.0
+ uses: git-ai-project/action/pr-close@v1
27
continue-on-error: true
28
with:
29
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -42,7 +42,7 @@ jobs:
42
43
44
- name: Run Git AI Daily Metrics
45
- uses: git-ai-project/action/daily-metrics@v1.0.0
+ uses: git-ai-project/action/daily-metrics@v1
46
47
git-ai-version: "v1.0.23" # Pin to a specific version for reproducibility
48
default-branch: ${{ github.event.repository.default_branch }}
0 commit comments