-
Notifications
You must be signed in to change notification settings - Fork 11
Create workflow for automated reply to internal issues #95
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
base: main
Are you sure you want to change the base?
Conversation
We get requests to assign open source contributors to internal issues. This workflow will let the ocf bot send an automated reply that this is not possible and direct to contribution guidelines.
devsjc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just noticed that the two API calls have differing environment variable keys for passing the token through: GH_TOKEN and GITHUB_TOKEN - seems like GH_TOKEN is the correct one from the docs.
you also might want to set the value of these env vars to ${{ secrets.OCF_BOT_PAT_TOKEN }} so it's using the token with the required permissions.
devsjc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the GH_REPO env var being used?
We get requests to assign open source contributors to internal issues. This workflow will let the ocf bot send an automated reply that this is not possible and direct to contribution guidelines.