summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml3
-rw-r--r--.github/workflows/auto_request_review.yml2
2 files changed, 1 insertions, 4 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 97adcabffe..b18fd29357 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -4,6 +4,3 @@ updates:
directory: '/'
schedule:
interval: 'weekly'
- ignore:
- # It doesn't update the version comment for us
- - dependency-name: 'necojackarc/auto-request-review'
diff --git a/.github/workflows/auto_request_review.yml b/.github/workflows/auto_request_review.yml
index 8275927fd3..e0f4b587f0 100644
--- a/.github/workflows/auto_request_review.yml
+++ b/.github/workflows/auto_request_review.yml
@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Request review based on files changes and/or groups the author belongs to
- uses: necojackarc/auto-request-review@b5e81876454003a4ccb9b89cb205c67d77d7035b # v0.8.0, checking sha
+ uses: necojackarc/auto-request-review@b5e81876454003a4ccb9b89cb205c67d77d7035b # v0.8.0
with:
# scope: public_repo
token: ${{ secrets.MATZBOT_GITHUB_TOKEN }}