-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
latest
is no longer adding labels
#146
Comments
I've verified that this is not an issue in |
I removed the link to the workflow since I updated it to use |
If it does work in Will take a closer look. |
I might have found the issue already, could you please try the fix on the develop branch: uses: BetaHuhn/repo-file-sync-action@develop |
@BetaHuhn Yup, looks like that fixed it |
Great, will merge it into master and release the fix. |
This issue is resolved in version v1.16.1 🎉 To use the latest version, use the Action with the uses: BetaHuhn/repo-file-sync-action@v1 Also thanks for supporting me via GitHub Sponsors @benjivesterby! |
🐞 Describe the bug
I have this setup for a number of repositories. I was using
latest
and I've also tried@v1
This was working last time I added changes.
📚 To Reproduce
Run workflow with labels specified
💡 Expected behavior
The label should be added to the PR
🖼️ Screenshots
Here is one of the PRs from the last couple runs with
latest
and@v1
: PRI tried running multiple times and the label is not added.
⚙️ Environment
The text was updated successfully, but these errors were encountered: