summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-11-14 16:52:20 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2022-11-14 16:53:14 -0800
commit9228ae97c5f4e27a3bd534d4b40c6f390cb8aaac (patch)
tree56762fe1f1564257b06dd5047c7b23c129d90fab /.github/workflows
parent3147a3900f7fc5ee7f763741dcc97f4487de79f4 (diff)
Try to let dependabot maintain the version comment
It seems like dependabot supports updating the `# vX.Y.Z` comment. The reason why I disabled this was that it failed to update this, but maybe it was because it had `, checking sha`. Let me try it again with that removed.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/auto_request_review.yml2
1 files changed, 1 insertions, 1 deletions
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 }}