We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c4b373 commit 631f7acCopy full SHA for 631f7ac
1 file changed
.github/workflows/example.yml
@@ -26,7 +26,6 @@ jobs:
26
uses: git-ai-project/action/pr-close@v1
27
continue-on-error: true
28
with:
29
- github-token: ${{ secrets.GITHUB_TOKEN }}
30
pr-url: ${{ github.event.pull_request.html_url }}
31
merge-commit-sha: ${{ github.event.pull_request.merge_commit_sha }}
32
# Uncomment and configure for OTLP export:
0 commit comments