From a9b2e05687e7658dfcf6bd725966393b75dc64ba Mon Sep 17 00:00:00 2001 From: Sumeet Bansal Date: Sat, 13 Mar 2021 13:07:36 -0800 Subject: [PATCH 1/3] Create auto-comment.yml --- .github/workflow/auto-comment.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflow/auto-comment.yml diff --git a/.github/workflow/auto-comment.yml b/.github/workflow/auto-comment.yml new file mode 100644 index 00000000..66d79312 --- /dev/null +++ b/.github/workflow/auto-comment.yml @@ -0,0 +1,11 @@ +name: Auto Comment +on: [pull_request] +jobs: + run: + runs-on: ubuntu-latest + steps: + - uses: bubkoo/auto-comment@v1.0.7 + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + pullRequestOpened: Thanks for contributing! Please make sure to bump the package version and document API changes as appropriate. + From b4cf9bd22cb69711167bddf70bfa3b25d59cc501 Mon Sep 17 00:00:00 2001 From: Sumeet Bansal Date: Sat, 13 Mar 2021 13:29:40 -0800 Subject: [PATCH 2/3] Delete auto-comment.yml --- .github/workflow/auto-comment.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/workflow/auto-comment.yml diff --git a/.github/workflow/auto-comment.yml b/.github/workflow/auto-comment.yml deleted file mode 100644 index 66d79312..00000000 --- a/.github/workflow/auto-comment.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: Auto Comment -on: [pull_request] -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: bubkoo/auto-comment@v1.0.7 - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - pullRequestOpened: Thanks for contributing! Please make sure to bump the package version and document API changes as appropriate. - From 4d03db22c24ba52874a829ab740af2cdd0cbee73 Mon Sep 17 00:00:00 2001 From: Sumeet Bansal Date: Sat, 13 Mar 2021 13:30:09 -0800 Subject: [PATCH 3/3] Create auto-comment.yml --- .github/workflows/auto-comment.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/auto-comment.yml diff --git a/.github/workflows/auto-comment.yml b/.github/workflows/auto-comment.yml new file mode 100644 index 00000000..8a7b51c4 --- /dev/null +++ b/.github/workflows/auto-comment.yml @@ -0,0 +1,10 @@ +name: Auto Comment on PRs +on: pull_request +jobs: + run: + runs-on: ubuntu-latest + steps: + - uses: bubkoo/auto-comment@v1.0.7 + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + pullRequestOpened: Thanks for contributing! Please make sure to bump the package version and document API changes as appropriate.