-
Notifications
You must be signed in to change notification settings - Fork 43
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
feat: separate knip-report.yml and deploy.yml comments #337
Conversation
|
Unused dependencies (2)
|
As you can see here this works. But I don't know what bot I should auth, please let me know because at least apparently only github-actions bot is reporting Knip. |
github-actions bot is fine to auth with. Is it using your code within this pull? |
It isn't apparently :p Will run QA |
|
The reason is These steps ensure that the bot running those workflows are the user github-actions[bot], so it is the only one commenting in PRs. It's an authentication method required on issue's scope. The solution summarized is to first check if who is running is github-actions[bot], if it is:
|
Am I the one to solve conflict? |
…into preview-deployer-bug
More questions:
The changes in |
Yes, PR authors are supposed to resolve code conflicts |
That's a good question. I chose this approach because we guarantee we are modifying the comment from
Part of the answer to this is above but it's also specificied in the issue's scope, and in this comment, that we should auth a bot to run these workflows. |
ok, since this step (preview URL with a claimable permit) is not required for https://github.com/ubiquity/ts-template then we don't really need to update anything in https://github.com/ubiquity/ts-template and may keep these "custom" |
Resolves #298