From 4d72276218efcf27f665edbde769896d855019e6 Mon Sep 17 00:00:00 2001 From: PHUNNAPATH ASSAWAPHAKORN <47755027+phunnpd@users.noreply.github.com> Date: Fri, 28 Jun 2019 06:37:09 +0700 Subject: [PATCH 1/3] Create README.md --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..08b8fb1 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# All-Screen From e11f85829872552c93803e33497a276d357d1b25 Mon Sep 17 00:00:00 2001 From: PHUNNAPATH ASSAWAPHAKORN <47755027+phunnpd@users.noreply.github.com> Date: Fri, 28 Jun 2019 06:38:14 +0700 Subject: [PATCH 2/3] Create FUNDING.yml --- .github/FUNDING.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..4b16f59 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] From a37e3f891c8a814b339bfb25ea07cbfe2233cc8f Mon Sep 17 00:00:00 2001 From: PHUNNAPATH ASSAWAPHAKORN <47755027+phunnpd@users.noreply.github.com> Date: Fri, 20 Sep 2019 19:45:21 +0700 Subject: [PATCH 3/3] Update 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 0000000..28ee6b2 --- /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'