-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Fixes issue 58 install 2 week inactive GitHub automation #123
Fixes issue 58 install 2 week inactive GitHub automation #123
Conversation
…edule/add-update-label-weekly
…edule/add-update-label-weekly
try to trigger work flow on push
…edule/add-update-label-weekly
I fixed a bug relating to a typo and added some basic error handling. I believe it should work now. Let's give it a try? |
@joey-ma are you able to test it anyhow?? |
I was able to run it, but not completely. To test it thoroughly, I think it would require some additional work that might not be worth it. I think it'd be more effectively tested by merging it in. |
Hey @joey-ma I guess this document might help you to test the GHA https://docs.google.com/document/d/1Ya-Al4k9i1Nu7pq2pc_0J2xxEfQ6mO8-kw0nxqeRMIc/edit#heading=h.t6xbafvaf6mp Don't know whether you can see it, provide me you email |
Sorry for missing the last ops meeting. @freaky4wrld Once I am able to open the Google Doc, I'll also take a look and see what useful info it has. In short, I've already explored how to test it. I just don't know how I can have the applicable environment to test it. I foresee it being tough to copy things over from Again, the I'll need the tokens and secrets to run |
@joey-ma I have provided the access to you please check the slack message |
Thanks for the access to Google Doc. It was helpful, but as mentioned in the doc, it would be hard to test it further without the same environment: issues, comments, Project Board, etc This is tricky because I think I would need a near identical environment in my forked repo as it is in |
… when eventObj.source is undefined
…label that does not exist
@freaky4wrld I was able to refactor the code for better readability and include additional error handling. While I was not able to confirm if I could access the |
@joey-ma I was able to test the GHA, although it wasn't able to add those labels..... but it did posted those comments on the test-issue created freaky4wrld#1 Also here are the GHA logs where it failed https://github.com/freaky4wrld/ops/actions/runs/8811559223/job/24185674271 |
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.
@joey-ma I was able to test the GHA, although it wasn't able to add those labels..... but it did posted those comments on the test-issue created freaky4wrld#1
Also here are the GHA logs where it failed https://github.com/freaky4wrld/ops/actions/runs/8811559223/job/24185674271 , due to absence of those labels... but I guess we need to create those labels in the hackforla/ops
rep to make it work.
let's discuss it over with @chelseybeck and then merge it !!
This is approved from my side....
Just uncomment the getIssueNumsFromColumn
function on line 35
@chelseybeck After discussing with @freaky4wrld, we felt it is ok to move to merging the PR, followed by further observation on the behavior of GHA, given the current understanding that there seems to be no way to verify that the particular secrets/env variable can be tested in the current state. Let me know your thoughts. Thanks |
Fixes issue #58
Summary:
website
team currently has it.act
andact -n
(dryrun) seemed successful. Otherwise, will (eventually) need the appropriate secrets, which perhaps we can discuss during Wednesday'sops
meeting. Open to hearing how someone else does this.To Update !
and addedStatus: Updated
are already there, so I just added2 weeks inactive
in case it's needed.Thanks!