We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This release introduces :
- name: Verify Linked Issue uses: hattan/verify-linked-issue-action@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: message: 'Error! This is a custom error'
- name: Verify Linked Issue uses: ./ env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: filename: 'example/templates/fail_comment.txt'
Another option for file templates is to exclude the filename and message inputs then add a file a the path: .github/VERIFY_PR_COMMENT_TEMPLATE.md
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
This release introduces :
Another option for file templates is to exclude the filename and message inputs then add a file a the path: .github/VERIFY_PR_COMMENT_TEMPLATE.md
The text was updated successfully, but these errors were encountered: