From 13e24765945706ee4e5b3252a7b569286e5c4958 Mon Sep 17 00:00:00 2001 From: Sven Gabriel Date: Tue, 17 Nov 2020 11:49:58 +0100 Subject: [PATCH] Create issue-opened.yml --- .github/workflows/issue-opened.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/workflows/issue-opened.yml diff --git a/.github/workflows/issue-opened.yml b/.github/workflows/issue-opened.yml new file mode 100644 index 0000000..6e80d62 --- /dev/null +++ b/.github/workflows/issue-opened.yml @@ -0,0 +1,4 @@ +name: "opened issue" +on: + issues: + types: [opened, edited, milestoned] \ No newline at end of file