Skip to content
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

Doesn't work with GitHub actions/labeler@v2 #210

Closed
tonybenchsci opened this issue Jul 28, 2020 · 1 comment
Closed

Doesn't work with GitHub actions/labeler@v2 #210

tonybenchsci opened this issue Jul 28, 2020 · 1 comment
Assignees

Comments

@tonybenchsci
Copy link

Describe the bug
We would like this (awesome, thank you) peaceiris/actions-label-commenter to auto-comment after auto-labelled PRs. Currently, this only works for human-added labels.

@tonybenchsci tonybenchsci added the bug Something isn't working label Jul 28, 2020
@peaceiris
Copy link
Owner

Authenticating with the GITHUB_TOKEN - GitHub Docs

When you use the repository's GITHUB_TOKEN to perform tasks on behalf of the GitHub Actions app, events triggered by the GITHUB_TOKEN will not create a new workflow run. This prevents you from accidentally creating recursive workflow runs. For example, if a workflow run pushes code using the repository's GITHUB_TOKEN, a new workflow will not run even when the repository contains a workflow configured to run when push events occur.

You need to provide your personal access token to the actions/labeler.

@peaceiris peaceiris removed the bug Something isn't working label Jul 29, 2020
@peaceiris peaceiris changed the title Bug: Doesn't work with GitHub actions/labeler@v2 Doesn't work with GitHub actions/labeler@v2 Jul 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants