Commit Graph

11 Commits

Author SHA1 Message Date
fredster33 fb28da0641 Fix escaping 2022-05-20 16:55:27 -07:00
fredster33 1100f4c7e8 Escape to pass tests 2022-05-14 07:24:17 -07:00
fredster33 14d4c2640d Merge branch 'actions:main' into main 2022-05-02 18:40:20 +08:00
Martin André 31b35634e1 Fix pull request trigger in greetings.yml (#1518) 2022-04-10 18:37:11 +05:30
fredster33 900a020464 Fix typo 2021-08-13 17:09:48 -07:00
eric sciple 6a69f367db Update starter workflows to specify permissions 2021-04-21 16:32:53 -05:00
Andy McKay f631f1f2a9 Update automation/greetings.yml 2021-01-04 08:40:18 -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
Marko Iskander 4e884062a8 Update greetings.yml 2019-08-07 19:10:58 -07:00
Jeremy Epling d033b087b7 Remove extra steps 2019-08-07 10:55:35 -07:00
Chris Patterson 440af2e3c4 Adding SDLC workflows 2019-08-06 17:41:07 -07:00