We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a26a12 commit fe24152Copy full SHA for fe24152
1 file changed
README.md
@@ -24,7 +24,7 @@ jobs:
24
contents: write
25
steps:
26
- name: Run Git AI PR Close
27
- uses: git-ai-project/action/pr-close@main
+ uses: git-ai-project/action/pr-close@v1
28
with:
29
github-token: ${{ secrets.GITHUB_TOKEN }}
30
pr-url: ${{ github.event.pull_request.html_url }}
@@ -41,7 +41,7 @@ jobs:
41
contents: read
42
43
- name: Run Git AI Daily Metrics
44
- uses: git-ai-project/action/daily-metrics@main
+ uses: git-ai-project/action/daily-metrics@v1
45
46
OTEL_EXPORTER_OTLP_ENDPOINT: ${{ secrets.OTEL_EXPORTER_OTLP_ENDPOINT }}
47
OTEL_EXPORTER_OTLP_HEADERS: ${{ secrets.OTEL_EXPORTER_OTLP_HEADERS }}
0 commit comments