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
I'm trying to add a label mylabel whenever a new issue or PR is created on my repo but it doesn't work in case of creating a PR from a fork.
mylabel
I'm getting this error when a PR is made from fork
Error: Parameter token or opts.auth is required
Workflow file: https://github.com/PrinceAtVidyaMantra/TestGihubAddLabel/blob/main/.github/workflows/addMyLabel.yml
The workflow should have been run successfully and mylabel label should have been added
Here is the workflow file, and the test run failed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened
I'm trying to add a label
mylabel
whenever a new issue or PR is created on my repo but it doesn't work in case of creating a PR from a fork.I'm getting this error when a PR is made from fork
Workflow file: https://github.com/PrinceAtVidyaMantra/TestGihubAddLabel/blob/main/.github/workflows/addMyLabel.yml
What you expected to happen
The workflow should have been run successfully and
mylabel
label should have been addedHow to reproduce it
Here is the workflow file,
and the test run failed.
Environment
The text was updated successfully, but these errors were encountered: