Граф коммитов

8 Коммитов

Автор SHA1 Сообщение Дата
James Suplizio 5de04b8f2e
Do not pull back locked issues/PRs in scheduled events (#6506) 2023-07-13 14:29:58 -07:00
James Suplizio 415299e772
Remove pull_request_review processing from actions (#6099) 2023-05-05 09:54:21 -07:00
James Suplizio b53928e836
Have event processor get configs from raw githubusercontent instead of needing a sparse checkout (#6030)
* Have event processor fetch config files

* Minor change to method name and add descriptions
2023-04-22 10:41:59 -07:00
James Suplizio 188585c60f
Update rule name and criteria (#5988) 2023-04-17 11:58:39 -07:00
James Suplizio d386b5b44f
Tweak to InitialIssueTriage and PullRequestTriage rules (#5830)
* Tweak to InitialIssueTriage and PullRequestTriage rules

* Stop using IssueUpdate for actions processing

* Update message to change added to removed
2023-03-28 14:59:06 -07:00
James Suplizio 02641ce145
Update the scheduled event governor based upon the actions rate limit (#5816)
* Update the scheduled event governor based upon the actions rate limit

* Updates for feedback

* remove a couple of unused constants
2023-03-24 19:42:09 +00:00
James Suplizio df435400c8
Update github-event-processor's ci.yml triggers to only include main (#5752)
* Update github-event-processor's ci.yml triggers to only include main

* Update install steps to set a working directory with no projects
2023-03-21 08:51:48 -07:00
James Suplizio a72086a563
Github Event Processor tool for issues/pull request automation (#5607)
* Initial Commit of GitHub Actions Processor

* Add ci.yml for building/publishing

* fix error in ci.yml

* Comment out a test that's only failing on Mac

* set packaging for GitHubEventProcessor

* set tool command name to github-event-processor

* Updates for testing and addition of Search rate limit output

* Changes for Octkit 5.x and update Octokit version to 5.02

* Minor tweak to the error message for when the config cannot be found

* Update the retry loop to try 5x and use Task.Delay instead of Thread.Sleep

* Update root level README.md and RULES.md as per feedback

* Building from source, use actions checkout which simplifies things and doesn't require source be in the test repository

* Add testing README and snapshots

* Updates for review feedback

* Update InitialIssueTriage function to add issue tracking link for TBD CODEOWNER updates

* One last update for existing review feedback
2023-03-17 12:13:22 -07:00