Commit Graph

1081 Commits

Author SHA1 Message Date
Bharath KKB 26b35f5776 feat: Add new GitHub env tag 2021-02-13 13:39:55 -06:00
Steve Winton f089b6db62 Add code scanning instructions for properties.json file 2021-02-11 18:08:32 -06:00
Steve Winton 23285c07c6 Add kebab-case example 2021-02-11 17:59:41 -06:00
Steve Winton 14be8c2b5a Ensure consistent line-endings 2021-02-11 17:55:44 -06:00
Steve Winton cdcc451ead Add separate sections based on workflow type 2021-02-11 17:54:56 -06:00
Steve Winton 0e973208b8 Add pre-requisites section 2021-02-11 17:51:56 -06:00
Steve Winton 06274ce330 Add comments around general guidance
So that they are only visible to the PR author
2021-02-11 17:51:56 -06:00
Steve Winton 950da01568 Add emphasis to acceptance criteria 2021-02-11 16:27:02 -06:00
Chris Patterson c59b62dee0 Adding new environment tag (#784) 2021-01-20 11:34:18 -05:00
litetex 5760418d4f dotnet-Workflows: Use latest channel version (#723)
* Use latest channel-version

* Use latest channel-version
2021-01-15 15:20:42 -05:00
John Bohannon 97cad8dbc7 Merge pull request #742 from ljinging/main
Create alibabacloud.yml
2021-01-12 13:35:45 -05:00
Andy McKay 2c71fd3721 Merge branch 'main' into main 2021-01-07 15:00:00 -08:00
arnu515 b20b76eb79 Fix grammar error (#773)
In the comment on line `1`, it says "This workflows", but I think that "This workflow" makes more sense.
2021-01-07 10:46:24 -05:00
Clément Grégoire 2e8a60b695 Merge branch 'main' into patch-1 2021-01-07 08:04:59 +01:00
Clément Grégoire 4978051373 runner.workspace => github.workspace
Co-authored-by: Josh Gross <joshmgross@github.com>
2021-01-07 08:01:58 +01:00
Clément Grégoire b6f43960ef Fix context references
runner.workspace => github.workspace

Co-authored-by: Josh Gross <joshmgross@github.com>
2021-01-07 08:01:43 +01:00
chenrui ef1224c284 go: update starter (#768)
Signed-off-by: Rui Chen <rui@chenrui.dev>

Co-authored-by: Josh Gross <joshmgross@github.com>
2021-01-05 11:47:18 -05:00
chenrui d36b72e889 ruby: add ruby 2.7 and 3.0 into bootstrap script (#766)
sync with main branch

quote versions

remove redundant bundle install

Signed-off-by: Rui Chen <rui@chenrui.dev>
2021-01-05 11:11:06 -05:00
Benoit Daloze d644b9852c Update ruby.yml to use the latest release of ruby/setup-ruby (#758)
https://github.com/ruby/setup-ruby/releases/tag/v1.61.0

Co-authored-by: Josh Gross <joshmgross@github.com>
2021-01-04 15:24:14 -05:00
Andrew Marshall c17ea6bad7 fix context references in cmake template (#762)
Co-authored-by: Josh Gross <joshmgross@github.com>
2021-01-04 13:52:34 -05:00
Jan Jurzitza 3b047441fd update setup-dlang to v1.0.2 (#763)
This fixes the previous version using the outdated `::set-env` command which is disabled now. (See https://github.com/dlang-community/setup-dlang/issues/34)

Co-authored-by: Andy McKay <andymckay@github.com>
Co-authored-by: Josh Gross <joshmgross@github.com>
2021-01-04 13:44:59 -05:00
Andy McKay e402d2478e Merge pull request #685 from Sheeri/main
Get rid of quoting that breaks by default.
2021-01-04 08:41:45 -08: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 25beec943d Merge pull request #764 from chenrui333/ghc-8.10-cabal-3.2
haskell: ghc 8.10 and cabal 3.2
2021-01-04 08:35:45 -08:00
Andy McKay 6c0603b492 Merge branch 'main' into ghc-8.10-cabal-3.2 2021-01-04 08:33:47 -08:00
Andy McKay db98e7bafe Merge pull request #765 from chenrui333/python-3.9
python: include python 3.9 for the build
2021-01-04 08:33:23 -08:00
Andy McKay 9959a5d8cd Merge branch 'main' into python-3.9 2021-01-04 08:32:40 -08:00
William Entriken ebda693bc0 Add every version of Node.js that is supported upstream (#754) 2021-01-04 11:16:33 -05:00
Rui Chen d5de0a136a python: include python 3.9 for the build 2021-01-02 16:26:06 -05:00
Rui Chen f9cb2aceea haskell: ghc 8.10 and cabal 3.2
Signed-off-by: Rui Chen <rui@chenrui.dev>
2021-01-02 16:06:19 -05:00
Clément Grégoire 7ad776e201 Merge branch 'main' into patch-1 2021-01-02 10:57:27 +01:00
ljing 95adc26526 Merge branch 'main' into main 2020-12-19 10:12:28 +08:00
Andy McKay e9e00b0177 Merge pull request #748 from TheBikramLama/main
Added PHP version (default 8.0)
2020-12-18 12:58:24 -08:00
Andy McKay 26b1c798c4 Merge branch 'main' into main 2020-12-18 12:57:36 -08:00
Andy McKay 1611798954 Update ci/laravel.yml 2020-12-18 12:54:48 -08:00
Yashovardhan Dhanania 916f29234a Android: Granting execute permission for gradlew (#70)
* Granting execute permission for gradlew

In https://github.com/yashovardhan99/HealersDiary, while testing this action, I noticed `./gradlew build` fails because it does not have execute permissions. Adding the execute permissions using `chmod` fixes this issue.

* fixing line endings

This should fix it

* Renormalizing changes
2020-12-18 15:01:28 -05:00
Bikram Lama 038c492e5d Added PHP version (default 8.0) 2020-12-17 01:57:39 +05:45
ljing 2cce108822 Merge branch 'main' into main 2020-12-16 13:39:48 +08:00
John Bohannon cefd62c81b Merge pull request #743 from bharathkkb/bharathkkb-patch-1
Updates for new google org and actions
2020-12-15 09:50:48 -05:00
John Bohannon 59b02379ec Merge branch 'main' into bharathkkb-patch-1 2020-12-15 09:50:04 -05:00
ljing 5adbc985bb Merge branch 'main' into main 2020-12-15 15:06:36 +08:00
Andy McKay f3f093bce8 Merge pull request #740 from rainersigwald/dotnet-updates
Dotnet updates
2020-12-14 17:08:00 -08:00
Bharath KKB ab930e94bf fix cluster var 2020-12-14 18:59:18 -06:00
Bharath KKB c5e7bc70b5 use GKE action for credentials 2020-12-14 18:49:58 -06:00
Bharath KKB 14acff1f1e fix: switch to new google actions org 2020-12-14 18:38:42 -06:00
ljing 14547bfc79 Delete alibabacloud.properties.json 2020-12-11 23:40:14 +08:00
ljing 90f8fd731d Add icon 2020-12-11 23:39:46 +08:00
ljing 08c2049aed Create alibabacloud.properties.json 2020-12-11 23:26:26 +08:00
ljing b3f8b48094 Create alibabacloud.properties.json 2020-12-11 23:17:45 +08:00