-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4aa03bc
commit 2de178a
Showing
10 changed files
with
29 additions
and
11 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
packages/AutoTDD-Exceptions.package/ATDDAccessDeniedError.class/class/rateLimitMessage.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
accessing | ||
rateLimitMessage | ||
|
||
^ 'You have been rate-limited. This GitHub Action will now be paused. Consider providing a token to prevent this.' |
3 changes: 2 additions & 1 deletion
3
packages/AutoTDD-Exceptions.package/ATDDAccessDeniedError.class/methodProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"class" : { | ||
"message" : "ng 6/18/2021 13:55" }, | ||
"message" : "ng 6/18/2021 13:55", | ||
"rateLimitMessage" : "BF 6/18/2021 14:51" }, | ||
"instance" : { | ||
"defaultAction" : "ng 6/18/2021 13:53" } } |
7 changes: 6 additions & 1 deletion
7
packages/AutoTDD-GUI.package/ATDDBrowser.class/instance/refreshGitHubAction..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
action | ||
refreshGitHubAction: aGitHubAction | ||
|
||
aGitHubAction refresh | ||
[ aGitHubAction refresh ] | ||
on: ATDDAccessDeniedError | ||
do: [ | ||
UIManager default inform: ATDDAccessDeniedError rateLimitMessage. | ||
self pauseTestingEntity: aGitHubAction | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters