From 0d0147eb4ad4f5c21e4d22e51f92fdbd5bb2bd77 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Thu, 18 Jul 2024 17:32:03 -0400 Subject: [PATCH] Switch to using both actions from one repository. --- .github/workflows/auto-approve.yml | 2 +- .github/workflows/stickers.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 9a8ab15f92..1270e838d1 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Auto-approve pull requests - uses: rcurtin/auto-approve@v1 + uses: rcurtin/actions/auto-approve@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} approval-message: diff --git a/.github/workflows/stickers.yaml b/.github/workflows/stickers.yaml index b6aa2f5667..aafb7d390b 100644 --- a/.github/workflows/stickers.yaml +++ b/.github/workflows/stickers.yaml @@ -11,7 +11,7 @@ jobs: if: github.event.pull_request.merged == true steps: # Forked version of first-interaction that runs only on first merged PR. - - uses: rcurtin/first-interaction@v1 + - uses: rcurtin/actions/stickers@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} pr-message: "Hello there! Thanks for your contribution. Congratulations on your first contribution to mlpack! If you'd like to add your name to the list of contributors in `COPYRIGHT.txt` and you haven't already, please feel free to push a change to this PR---or, if it gets merged before you can, feel free to open another PR.\n\nIn addition, if you'd like some stickers to put on your laptop, we can get them in the mail for you. Just send an email with your physical mailing address to stickers@mlpack.org, and then one of the mlpack maintainers will put some stickers in an envelope for you. It may take a few weeks to get them, depending on your location. :+1:"