Commit Graph

82 Commits

Author SHA1 Message Date
Ethan Dennis 0cab0b00a6 Update documentation 2023-04-07 11:58:50 -07:00
sukumarp2022 261e4ce71d Update issue_ops.yml
Unable to access `JENKINS_INSTANCE_URL` using `secrets.`. Instead, we should be using `vars.` as it was suggested to add the variable as variable, not as secret.
2023-04-07 11:31:03 +05:30
Ethan Dennis f5fc2781a3 Merge pull request #17 from actions/update-for-ga
updates for ga
2023-03-01 07:29:14 -08:00
Ethan Dennis 9febb0b1df Merge branch 'main' into update-for-ga 2023-02-28 16:02:34 -08:00
Ethan Dennis 36b6ee602c remove ghcr secrets 2023-02-28 16:02:22 -08:00
Ethan Dennis 3a3726bc1f Merge pull request #18 from jongwooo/chore/replace-deprecated-command-with-environment-file
Replace deprecated command with environment file
2023-02-28 09:22:31 -08:00
Ethan Dennis 6acf71f389 more updates for setting output 2023-02-28 09:18:02 -08:00
Jongwoo Han 94acf2f4f2 Replace deprecated command with environment file 2023-02-28 00:11:35 +09:00
Jennifer Kerns 90bbba5446 updates for ga 2023-02-22 14:59:11 -08:00
Ethan Dennis 0b9496f7bc Merge pull request #15 from tspascoal/add-actions-permisions
Add information about Actions Permissions
2023-02-01 10:29:38 -08:00
Ethan Dennis 554163e338 Update Readme.md 2023-02-01 10:29:02 -08:00
Tiago Pascoal 4981ee42c5 Add information about Actions Permissions 2023-01-27 14:49:18 +00:00
Ethan Dennis 59a9f9ac5d Merge pull request #13 from tspascoal/improve-templates-consistency
Improve consistency of issue templates
2023-01-12 10:28:14 -08:00
Tiago Pascoal fba0aa5993 Improve consistency of issue templates
The content to be replaced is now on the same line for (Azure Devops, CircleCI and Jenkins). Since we expect values to be on the same line as the attributes, some templates were putting into on different line which might confuse users

Issue templates for different providers are more consistent with similar wording for the inputs
2023-01-12 18:19:24 +00:00
Luke Cheung Engle b6985e7dd4 Merge pull request #9 from collinmcneese/cm/updates
provider update for label parsing
2023-01-09 15:24:52 -08:00
Luke Cheung Engle 8febeec229 Merge branch 'main' into cm/updates 2023-01-09 15:24:12 -08:00
Luke Cheung Engle ce8b59d859 Merge pull request #10 from collinmcneese/cm/gitlab
GitLab Updates
2023-01-09 15:23:53 -08:00
Collin McNeese 5f9868e709 updates gitlab issue template
Signed-off-by: Collin McNeese <collinmcneese@github.com>
2022-12-21 10:37:09 -06:00
Collin McNeese bf6eebd7e7 adds gitlab_instance_url env to issue_ops
Signed-off-by: Collin McNeese <collinmcneese@github.com>
2022-12-21 10:36:06 -06:00
Collin McNeese c5358cec7d fixes provider_spec to match real data input format
Signed-off-by: Collin McNeese <collinmcneese@github.com>
2022-12-21 09:52:36 -06:00
Collin McNeese 4e9610599b provider update for label parsing
Signed-off-by: Collin McNeese <collinmcneese@github.com>
2022-12-21 09:40:18 -06:00
Ethan Dennis 7e77a14230 Merge pull request #8 from actions/injection-mitigation
Further command injection mitigation
2022-12-14 13:05:10 -08:00
Matisse Hack 8b674ba4b4 Further command injection mitigation 2022-12-14 12:51:00 -08:00
Ethan Dennis a6eac1f5b7 Merge pull request #7 from actions/command-injection-bounty
Mitigate command injection vulnerability
2022-12-13 10:55:26 -08:00
Ethan Dennis 630b7bbd94 Mitigate command injection bounty 2022-12-13 10:10:15 -08:00
Ethan Dennis f9e0aa0d46 Merge pull request #6 from collinmcneese/cm/ghes
Self-Hosted Runner Updates
2022-12-13 10:01:14 -08:00
Collin McNeese b80338290f remove actions-ecosystem deps
Signed-off-by: Collin McNeese <collinmcneese@github.com>
2022-12-12 11:22:41 -06:00
Collin McNeese 35c0303549 check for actions-importer extension
Signed-off-by: Collin McNeese <collinmcneese@github.com>
2022-12-12 11:20:09 -06:00
Ethan Dennis a1be7421bf Merge pull request #5 from collinmcneese/cm/ghes
Adds doc notes for supporting GHES and self-hosted runners
2022-12-07 13:42:49 -08:00
Ethan Dennis 051535a77b Apply suggestions from code review 2022-12-07 09:54:33 -08:00
Collin McNeese dacf03f649 Adds doc notes for supporting GHES and self-hosted runners
Signed-off-by: Collin McNeese <collinmcneese@github.com>
2022-12-07 08:56:23 -06:00
Ethan Dennis a4476d2351 Merge pull request #3 from collinmcneese/cm/wf-add
adds workflow for on-deploy steps from template
2022-11-23 11:59:57 -08:00
Ethan Dennis 5bcecbab82 Merge branch 'main' into cm/wf-add 2022-11-23 11:58:47 -08:00
Ethan Dennis cbcd587bab Update Readme.md 2022-11-23 11:58:02 -08:00
Ethan Dennis 38d6c51ddb Merge pull request #2 from actions/dry-up-custom-transformers
Refactor use of custom transformers
2022-11-23 11:55:37 -08:00
Collin McNeese fbe4dc53f7 template-deploy DRY-up from initial
Signed-off-by: Collin McNeese <collinmcneese@github.com>
2022-11-23 10:47:29 -06:00
CollinM 461b6932b6 readme update for template-deploy
Signed-off-by: CollinM <collinmcneese@github.com>
2022-11-23 10:43:00 -06:00
CollinM 1d421ec380 adds workflow for on-deploy steps from template
Signed-off-by: CollinM <collinmcneese@github.com>
2022-11-23 10:12:28 -06:00
Ethan Dennis 3839b08ee8 Update Readme.md 2022-11-22 09:53:42 -08:00
Ethan Dennis 20c9a83ba6 lint 2022-11-22 10:48:52 -05:00
Ethan Dennis 062f429021 Add documentation for custom transformers
co-authored-by: Collin McNeese <collinmcneese@github.com>
2022-11-22 10:33:19 -05:00
Ethan Dennis 95f509678a Apply custom transformers globally 2022-11-22 10:24:42 -05:00
Ethan Dennis 322e49f706 Minor updates 2022-11-03 12:27:49 -07:00
Ethan Dennis da0fc07250 Update version 2022-11-02 21:28:23 -07:00
Ethan Dennis 809a054f97 Update branding 2022-11-02 21:24:43 -07:00
Ethan Dennis 1d18b28f35 Merge pull request #6 from kenmuse/kenmuse/comment-maxlength
Comment body should not exceed 65,536 chars
2022-08-30 11:35:24 -07:00
Ken Muse 6a5e64188a Ensure comments do not exceed 65,536 chars 2022-08-30 14:14:09 -04:00
Ethan Dennis 8dd028eed6 Merge pull request #5 from mgomes/bugfix/fix-circleci-template
Fixes to CircleCI Issue Template
2022-08-26 12:25:43 -07:00
Mauricio Gomes bfd7e9e308 Fix arguments for the CircleCI's issue template 2022-08-26 14:52:00 -04:00
Mauricio Gomes 6200e1ffb9 CircleCI org name needs to be on the same line 2022-08-26 14:46:49 -04:00