Commit Graph

1016 Commits

Author SHA1 Message Date
Webber Takken
afed4299c9
Fix typo 2019-12-02 20:21:47 +01:00
Webber Takken
ad55c10beb
Add Unity actions
This adds the collection and the test action to the list
2019-12-02 20:14:38 +01:00
Dariusz Dwornikowski
01068cdc64 Assume role AWS added 2019-12-02 10:55:52 +01:00
Gary Ewan Park
d4bd1e3889
linter: Ignore no-dead-urls (#270)
linter: Ignore no-dead-urls
2019-12-02 07:51:45 +00:00
Shohei Ueda
ccacc833b0
linter: Ignore no-dead-urls
Close #232
2019-12-02 05:43:55 +09:00
Gary Ewan Park
6d45c505bd
Merge pull request #267 from jayrylan/patch-1
Add Pull Request Stuck Notifier Action
2019-11-30 09:26:16 +00:00
Jay Rylan
43c63c993f
Add Pull Request Stuck Notifier Action 2019-11-29 11:27:03 -05:00
Gary Ewan Park
3a45b113d5
Merge pull request #268 from peaceiris/patch-1
Add mdBook setup action
2019-11-29 07:26:44 +00:00
Gary Ewan Park
b929fedf07
Merge pull request #269 from zhmushan/master
add deno action
2019-11-29 07:25:36 +00:00
木杉
094bd73b04 add deno action 2019-11-28 12:51:07 +08:00
Shohei Ueda
f755338f94
Add mdBook setup action
repository: https://github.com/peaceiris/actions-mdbook
marketplace: https://github.com/marketplace/actions/mdbook-action
2019-11-28 02:04:18 +09:00
Gary Ewan Park
70813f5c2b
Merge pull request #254 from deepakputhraya/patch-1
Add - Naming convention on Pull Request title to Pull Request section
2019-11-22 07:52:08 +00:00
Gary Ewan Park
a9fea4acb4
Merge branch 'master' into patch-1 2019-11-22 07:52:00 +00:00
Gary Ewan Park
dd242fc27a
Merge pull request #255 from deepakputhraya/patch-2
Add - Enforce branch name rules to Utility section
2019-11-22 07:50:47 +00:00
Gary Ewan Park
4eef5c1ca1
Merge branch 'master' into patch-2 2019-11-22 07:50:35 +00:00
Gary Ewan Park
74cbfa880b
Merge pull request #256 from peaceiris/patch-1
Linter: Ignore spell-check
2019-11-22 07:49:28 +00:00
Gary Ewan Park
ea00c158da
Merge pull request #257 from WyriHaximus-secret-labs/add-close-milestone-action
Add close milestone action
2019-11-22 07:48:56 +00:00
Gary Ewan Park
03e35ee58f
Merge branch 'master' into add-close-milestone-action 2019-11-22 07:48:39 +00:00
Gary Ewan Park
ea34c7f70d
Merge pull request #258 from WyriHaximus-secret-labs/add-create-milestone-action
Add create milestone action
2019-11-22 07:47:12 +00:00
Gary Ewan Park
067b6aa757
Merge branch 'master' into add-create-milestone-action 2019-11-22 07:47:06 +00:00
Gary Ewan Park
d95d90366a
Merge pull request #259 from WyriHaximus-secret-labs/add-get-previous-tag-action
Add get latest tag action
2019-11-22 07:45:55 +00:00
Gary Ewan Park
b077a019ab
Merge branch 'master' into add-get-previous-tag-action 2019-11-22 07:45:48 +00:00
Gary Ewan Park
1db81e6de9
Merge pull request #260 from WyriHaximus-secret-labs/add-wait-for-statuses-action
Add wait for commit statuses action
2019-11-22 07:44:35 +00:00
Gary Ewan Park
4e306ec26a
Merge branch 'master' into add-wait-for-statuses-action 2019-11-22 07:44:28 +00:00
Gary Ewan Park
a788da7059
Merge pull request #261 from WyriHaximus-secret-labs/add-next-semvers-action
Add next semvers action
2019-11-22 07:43:06 +00:00
Gary Ewan Park
20e9b14417
Merge branch 'master' into add-next-semvers-action 2019-11-22 07:42:58 +00:00
Gary Ewan Park
c425cbaadf
Merge pull request #262 from VasilyStrelyaev/add-testcafe
Add the Run TestCafe action
2019-11-22 07:41:01 +00:00
Gary Ewan Park
32a9250747
Merge pull request #263 from benjefferies/patch-1
Add branch protection bot
2019-11-22 07:40:11 +00:00
Gary Ewan Park
5703755a3a
Delete lgtm.yml
This doesn't seem to be working, so removing for the minute.
2019-11-22 07:39:09 +00:00
Gary Ewan Park
ac9a162c9d
Merge pull request #264 from barnumbirr/action-forge-publish
Add action-forge-publish
2019-11-22 07:38:32 +00:00
Gary Ewan Park
f0d64daa77
Merge pull request #265 from cristianpb/master
Add entry to publish Google analytics using Github Pages
2019-11-22 07:36:13 +00:00
Max Komarychev
1cceb45882 Add Merge Pal action (#266) 2019-11-22 07:34:45 +00:00
cristianpb
463eacbb72
Add entry to publish Google analytics using Github Pages 2019-11-16 16:34:28 +01:00
Martin Simon
900209f2be add action-forge-publish 2019-11-15 14:56:51 +01:00
Ben Jefferies
a31a7d50e1
Add full stop 2019-11-15 11:16:12 +00:00
Ben Jefferies
8dbd28ad63
Add branch protection bot
A bot tool to temporarily disable and re-enable "Include administrators" option in branch protection

Github doesn't have a way to give a Bot access to override the branch protection, specifically if you include administrators. The only possible solution is to disable the include administrators option. This increases risk of accidental pushes to master from administrators (I've done it a few times). This tool doesn't completely solve the problem of accidents happening but reduces the chances by closing the window.
2019-11-15 11:04:29 +00:00
Shohei Ueda
41c7d47ba2
Update README.md 2019-11-13 22:52:24 +09:00
Shohei Ueda
a8cb14bd7c
Update README.md 2019-11-13 22:48:15 +09:00
VasilyStrelyaev
b297ba3bd9 Add the Run TestCafe action
https://github.com/DevExpress/testcafe-action
2019-11-13 12:31:19 +03:00
Cees-Jan Kiewiet
aa1f50d041
Add next semvers action 2019-11-13 08:11:13 +01:00
Cees-Jan Kiewiet
84184607ae
Add get latest tag action 2019-11-13 08:10:27 +01:00
Cees-Jan Kiewiet
6d0b93e3e9
Add close milestone action 2019-11-13 08:09:47 +01:00
Cees-Jan Kiewiet
e35eeb1fcd
Add create milestone action 2019-11-13 08:09:13 +01:00
Cees-Jan Kiewiet
1fb86102f6
Add wait for commit statuses action 2019-11-13 08:08:32 +01:00
Shohei Ueda
1da7831558
Linter: Ignore spell-check
Close #246
2019-11-13 15:12:48 +09:00
Deepak Puthraya
93bfa8120c
Add - Enforce branch name rules to Utility section
https://github.com/deepakputhraya/action-branch-name
2019-11-11 18:09:03 +05:30
Deepak Puthraya
b33fb6a0a9
Add - Naming convention on Pull Request title to Pull Request section
https://github.com/deepakputhraya/action-pr-title/
2019-11-11 18:05:49 +05:30
JJ Asghar
336ff72417 Update README.md (#248)
* Update README.md

Added me figuring out how to get terraform github and github actions to play nice

* Update README.md

* Update README.md
2019-11-11 07:15:23 +00:00
Gary Ewan Park
909401d843
Merge pull request #247 from theashraf/pr/add-alex-action
docs: ✏️ add Alexjs github action to README
2019-11-11 07:13:02 +00:00
Gary Ewan Park
bab264cf6d
Merge branch 'master' into pr/add-alex-action 2019-11-11 07:12:53 +00:00