From 6a12ece8f8582e04bd545fc4250d65c18a14b05f Mon Sep 17 00:00:00 2001 From: Andy McKay Date: Wed, 25 Nov 2020 15:11:12 -0800 Subject: [PATCH 1/3] 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 2/3] 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 3/3] 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.