From 8da2a93ea066029c8852c072f02c242ab809ddb1 Mon Sep 17 00:00:00 2001 From: lisongzhou19 <56990075+lisongzhou19@users.noreply.github.com> Date: Mon, 2 Mar 2020 22:51:00 +0800 Subject: [PATCH 1/4] Update openwrt-ci.yml --- openwrt-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt-ci.yml b/openwrt-ci.yml index 1218dc8d1..9fc734665 100644 --- a/openwrt-ci.yml +++ b/openwrt-ci.yml @@ -7,7 +7,7 @@ # # -name: OpenWrt-CI +name: OpenWrt on: push: From 13a28913abb2e625395054e093b0bdf9284ef5b9 Mon Sep 17 00:00:00 2001 From: lisongzhou19 <56990075+lisongzhou19@users.noreply.github.com> Date: Mon, 2 Mar 2020 22:53:03 +0800 Subject: [PATCH 2/4] Create greetings.yml --- .github/workflows/greetings.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/greetings.yml diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml new file mode 100644 index 000000000..28ee6b2f1 --- /dev/null +++ b/.github/workflows/greetings.yml @@ -0,0 +1,13 @@ +name: Greetings + +on: [pull_request, issues] + +jobs: + greeting: + runs-on: ubuntu-latest + steps: + - uses: actions/first-interaction@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + issue-message: 'Message that will be displayed on users'' first issue' + pr-message: 'Message that will be displayed on users'' first pr' From 684b0bd12ff65d8c1467ef169cee01d41b31dad7 Mon Sep 17 00:00:00 2001 From: lisongzhou19 <56990075+lisongzhou19@users.noreply.github.com> Date: Mon, 2 Mar 2020 23:35:39 +0800 Subject: [PATCH 3/4] Delete greetings.yml --- .github/workflows/greetings.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/workflows/greetings.yml diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml deleted file mode 100644 index 28ee6b2f1..000000000 --- a/.github/workflows/greetings.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Greetings - -on: [pull_request, issues] - -jobs: - greeting: - runs-on: ubuntu-latest - steps: - - uses: actions/first-interaction@v1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: 'Message that will be displayed on users'' first issue' - pr-message: 'Message that will be displayed on users'' first pr' From 30c05bd41f70b2b205d0ccbd9240d80a4bbb6e21 Mon Sep 17 00:00:00 2001 From: lisongzhou19 <56990075+lisongzhou19@users.noreply.github.com> Date: Mon, 2 Mar 2020 23:37:01 +0800 Subject: [PATCH 4/4] Update openwrt-ci.yml --- openwrt-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt-ci.yml b/openwrt-ci.yml index 9fc734665..52afff711 100644 --- a/openwrt-ci.yml +++ b/openwrt-ci.yml @@ -7,7 +7,7 @@ # # -name: OpenWrt +name: OpenWrt on: push: