Commit Graph

9 Commits

Author SHA1 Message Date
Ross Brodbeck
ee2e3ba115 Merge pull request #25 from actions/IAmHughes/update-docs
Update README.md example workflows to latest release version
2020-04-13 07:11:27 -04:00
Alberto Gimeno
c2f51ac751 Update README.md 2019-11-27 16:04:40 +01:00
Thomas Hughes
1a8e37e7ad Update README to latest release version 2019-11-01 13:43:25 +01:00
Kayla Ngan
ded3b10c18 Example runs once per day instead of per hour 2019-08-29 14:50:13 -04:00
Ryan Wilson-Perkin
9f69ef12ad Feature: Exempt labels from action (#11)
* Change name to isLabeled for re-use with "exempt"

* Add args for exempt labels

* Skip operation if labeled exempt

* Only check for exempt label if defined

Since the exempt label parameter is not required, we don't want to both
checking for it if it was not defined.

* Don't reduce operationsLeft if exempt

This variable just tracks the number of operations we're using to avoid
rate limiting. Since the exempt check wouldn't result in a rate-limited
request, we don't need to reduce the variable.

* Update the action.yml with new exempt values

* Update README with example of exempt labels

* Remove redundant defaults
2019-08-27 15:58:14 -04:00
Shawn Napora
8b3b2f9d81 Clean up workflow yaml examples. 2019-08-06 17:51:08 -04:00
Shawn Napora
a2d191623a update readme 2019-08-06 17:44:47 -04:00
Danny McCormick
dc7133054e Add most recent action 2019-08-06 16:25:08 -04:00
Chris Patterson
62b122fb5f Initial import 2019-08-03 21:34:59 -04:00