-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
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
HttpError: Resource not accessible by integration #8
Comments
Hi @FogDong! That's very interesting. I think the solution involves using |
Found the fix @FogDong! Replacing Make sure your yaml file looks something like this now: name: "PR Title Checker"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: thehanimo/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pass_on_octokit_error: false
configuration_path: ".github/pr-title-checker-config.json"
|
how to check title like :-- i had made changes with JIRA ticket |
Assuming you just want to check if JIRA exists anywhere in the PR title, use: "JIRA" |
If the pull request is coming from a fork, it may trigger the error
HttpError: Resource not accessible by integration
when attempting to add a label.May same to the error: actions/labeler#12
The text was updated successfully, but these errors were encountered: