-
Notifications
You must be signed in to change notification settings - Fork 251
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
Scheduled Checks for new Go Definitions via GitHub Actions #261
Scheduled Checks for new Go Definitions via GitHub Actions #261
Conversation
😅 |
@syndbg let me know what the secret name is and I will update the script 😂 |
@syndbg should we make a bot user with a PAT so it's tied to neither of our accounts? (Thinking of security here). (e.g. goenv-bot) |
c4ad606
to
b1a8d93
Compare
@syndbg I am your new bot account, created by @ChronosMasterOfAllTime |
I have the PAT for the Bot to be able to do its job |
@syndbg when do you have time to help work on this? Or temporarily give me access to set up the repo secrets? |
b1a8d93
to
b233961
Compare
Hey, a bit of a busy week but I'll try to see it in more details during the weekend. |
This PR looks like it's been forgotten about. Will someone have time in the near future to merge it? |
I need temporary admin access to create secrets. Waiting on @syndbg . Another idea was for me to fork this repo and have the action run there. I also want to add release drafter so it can auto release versions as needed. Once a release is published I will create an action to auto PR into homebrew. It will save me a ton of time! |
b233961
to
4c6efa7
Compare
cd64677
to
07b4c10
Compare
closing this PR in favor of #3 |
The goal of this PR is to address the idea referenced in #253. Theere will be an automatic PR that gets opened if the following conditions are satisfied:
The Action will run once a day.
Script has been tested for the above scenarios.
The downside is it will require we create an access token and add it to the secrets for this repo.
@detro @syndbg any thoughts as well? This will keep any sub dependencies out of goenv and isolated to this action