Commit Graph

33 Commits

Author SHA1 Message Date
Cadu Ribeiro 108dfef5d2 Add a descriptive comment into stale.yml
This PR adds a descriptive comment int "stale.yml" so user know what this does and how adjust.

This can be helpful because user's can come to this workflow as a template
directly from their issue page and this extra content will help them understand what is this.
2021-08-30 16:42:14 -03:00
Josh Gross 0c715d6fe2 Use $cron-daily for daily schedules (#923) 2021-06-03 15:07:11 -04:00
eric sciple 6a69f367db Update starter workflows to specify permissions 2021-04-21 16:32:53 -05:00
Andy McKay 2e8181996a Merge branch 'main' into main 2021-01-04 08:41:14 -08:00
Andy McKay f631f1f2a9 Update automation/greetings.yml 2021-01-04 08:40:18 -08:00
Andy McKay 32294ec235 add in a person icon 2020-12-07 10:11:02 -08:00
Sheeri Cabral 5699eea8b2 Get rid of quoting that breaks by default.
it looks like someone tried to use '' to make a ' happen for the possessive tense of users. But that messes up the quoting:
issue-message: 'Message that will be displayed on users'' first issue'
pr-message: 'Message that will be displayed on users'' first pr'

It should be:
issue-message: 'Message that will be displayed on the first issue for that user'
pr-message: 'Message that will be displayed on the first pr for that user'

(this gets rid of the spurious quotes, but also doesn't introduce any grammatical errors)

It was a very bad impression to have a simple script designed to welcome folks be broken by default.
2020-10-27 12:25:47 -04:00
Danny McCormick ca7b1e42d8 Update stale to most recent version 2020-10-01 15:06:20 -04:00
Christopher Schleiden 7ed78293f7 Use repository link 2020-07-13 12:13:03 -07:00
Christopher Schleiden d84eed709f Move manual workflow template to automation category 2020-07-09 08:32:58 -07:00
Andy McKay b4362decc9 Change the cron for stale
Let's move the recommended stale cron tab away from 00:00 UTC
2020-06-08 08:30:24 -07:00
Carlos Buenosvinos 0ce39950d6 Fix TYPO in the comment block 2019-10-18 15:51:16 +02:00
Mike Coutermarsh 254c11de8a Merge pull request #167 from actions/ethomson/label_instructions
Pull Request Labeler: add instructions
2019-10-16 18:44:40 -07:00
Joshua Peek 24f2f86d00 Trim trailing whitespace 2019-10-16 12:40:14 -07:00
Edward Thomson fbda5df60b Pull Request Labeler: add instructions
It was pointed out (https://github.com/actions/labeler/issues/18) that when using the labeler from the starter-workflow, it's not clear that there is more work to do to configure the action.  Add information and link to the action's README.
2019-10-16 18:30:34 +01:00
Kayla Ngan bb1f3bb0b8 Run daily not hourly 2019-08-29 14:52:56 -04:00
Josh Soref 63ecb49527 spelling: contributors 2019-08-21 10:48:58 -04:00
Christian Clauss 45ff294009 pull request != issue 2019-08-13 01:53:43 +02:00
Anthony Sterling ba767afb30 use correct event name in label - doc err 2019-08-08 19:48:57 +01:00
Kristofer Rye 55969cddbf Fix a typo in stale.yml 2019-08-08 12:33:45 -05:00
Mike Coutermarsh 6b73c8409b move -> CI 2019-08-07 19:24:01 -07:00
Marko Iskander 4e884062a8 Update greetings.yml 2019-08-07 19:10:58 -07:00
Mike Coutermarsh b30929b995 Update automation/npm-publish.yml
Co-Authored-By: Chris Patterson <chrispat@github.com>
2019-08-07 14:43:09 -07:00
Mike Coutermarsh 1d6654f402 update icon 2019-08-07 13:33:42 -07:00
Mike Coutermarsh 3608610340 First pass a npm test, build and publish template 2019-08-07 13:32:43 -07:00
Jeremy Epling d033b087b7 Remove extra steps 2019-08-07 10:55:35 -07:00
Patrick Marsceill 6847b14512 Update stale.properties.json 2019-08-06 22:31:37 -04:00
Patrick Marsceill 9af4679b9f Update label.properties.json 2019-08-06 22:28:53 -04:00
Patrick Marsceill 73575dbcb6 Add icon 2019-08-06 22:27:31 -04:00
Chris Patterson acb5087b1c Moving properties files 2019-08-06 19:04:57 -07:00
Chris Patterson 440af2e3c4 Adding SDLC workflows 2019-08-06 17:41:07 -07:00
Chris Patterson 97692eea90 Added stale workflow 2019-08-06 16:40:40 -07:00
Andy McKay f713150bb2 add in automation 2019-07-29 09:38:54 -07:00