From b9a9152b93a928cf696d7c7dc2ee5b74c5d30e90 Mon Sep 17 00:00:00 2001 From: Andy McKay Date: Thu, 3 Oct 2019 15:25:02 -0700 Subject: [PATCH 1/7] Update issue_template.md Move community above support --- .github/issue_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index b43e977..d23d8c8 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,7 +1,7 @@ Thank you 🙇‍♀ for wanting to create an issue in this repository. Before you do, please ensure you are filing the issue in the right place. Issues should only be opened on if the issue **relates to code in this repository**. * If you have found a security issue [please submit it here](https://hackerone.com/github) -* If you are having an issue or question about GitHub Actions then please [contact customer support](https://help.github.com/en/articles/about-github-actions#contacting-support) * If you have questions about to write workflow or action files then please [visit the community forum](https://github.community/t5/GitHub-Actions/bd-p/actions) +* If you are having an issue or question about GitHub Actions then please [contact customer support](https://help.github.com/en/articles/about-github-actions#contacting-support) If your issue is relevant to this repository, please delete this text and continue to create this issue. Thank you in advance. From f2cdc0104a2e35f07aed77a989f9b6dedf558ede Mon Sep 17 00:00:00 2001 From: francisfuzz <15894826+francisfuzz@users.noreply.github.com> Date: Thu, 3 Oct 2019 18:01:22 -0700 Subject: [PATCH 2/7] Update issue_template.md --- .github/issue_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index d23d8c8..64cf1a3 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,7 +1,7 @@ Thank you 🙇‍♀ for wanting to create an issue in this repository. Before you do, please ensure you are filing the issue in the right place. Issues should only be opened on if the issue **relates to code in this repository**. * If you have found a security issue [please submit it here](https://hackerone.com/github) -* If you have questions about to write workflow or action files then please [visit the community forum](https://github.community/t5/GitHub-Actions/bd-p/actions) +* If you have questions about writing workflows or action files, then please [visit the GitHub Community Forum's Actions Board](https://github.community/t5/GitHub-Actions/bd-p/actions) * If you are having an issue or question about GitHub Actions then please [contact customer support](https://help.github.com/en/articles/about-github-actions#contacting-support) If your issue is relevant to this repository, please delete this text and continue to create this issue. Thank you in advance. From 7069e19762a3162e325defb78279610f92d2ca4c Mon Sep 17 00:00:00 2001 From: Andy McKay Date: Fri, 4 Oct 2019 11:19:53 -0700 Subject: [PATCH 3/7] Create SECURITY.md --- SECURITY.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..3771bdd --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,3 @@ +If you discover a security issue in this repo, please submit it through the [GitHub Security Bug Bounty](https://bounty.github.com/) + +Thanks for helping make GitHub Actions safe for everyone. From 9e9cafe4a14aee621c4af8395352b23dfda6a77a Mon Sep 17 00:00:00 2001 From: Andy McKay Date: Fri, 4 Oct 2019 14:58:38 -0700 Subject: [PATCH 4/7] Update SECURITY.md --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 3771bdd..f0b196f 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,3 +1,3 @@ -If you discover a security issue in this repo, please submit it through the [GitHub Security Bug Bounty](https://bounty.github.com/) +If you discover a security issue in this repo, please submit it through the [GitHub Security Bug Bounty](https://hackerone.com/github) Thanks for helping make GitHub Actions safe for everyone. From 6a12ece8f8582e04bd545fc4250d65c18a14b05f Mon Sep 17 00:00:00 2001 From: Andy McKay Date: Wed, 25 Nov 2020 15:11:12 -0800 Subject: [PATCH 5/7] Create CODEOWNERS --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..9a04742 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @maintainers From 155448de53eb1d3d10c29ec0313cc21cbfa4c185 Mon Sep 17 00:00:00 2001 From: Josh Gross Date: Mon, 7 Dec 2020 13:30:54 -0500 Subject: [PATCH 6/7] Fix CODEOWNERS team --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 9a04742..8fe7a33 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -* @maintainers +* @actions/maintainers From 7932495bdf9ad634771f2851229f117abcdd40ec Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Tue, 5 Jan 2021 13:57:28 +0100 Subject: [PATCH 7/7] Fix busted link in issue template --- .github/issue_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index 64cf1a3..325def2 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,7 +1,7 @@ Thank you 🙇‍♀ for wanting to create an issue in this repository. Before you do, please ensure you are filing the issue in the right place. Issues should only be opened on if the issue **relates to code in this repository**. * If you have found a security issue [please submit it here](https://hackerone.com/github) -* If you have questions about writing workflows or action files, then please [visit the GitHub Community Forum's Actions Board](https://github.community/t5/GitHub-Actions/bd-p/actions) +* If you have questions about writing workflows or action files, then please [visit the GitHub Community Forum's Actions Board](https://github.community/c/code-to-cloud/github-actions) * If you are having an issue or question about GitHub Actions then please [contact customer support](https://help.github.com/en/articles/about-github-actions#contacting-support) If your issue is relevant to this repository, please delete this text and continue to create this issue. Thank you in advance.