ruby-changes:74499
From: Takashi <ko1@a...>
Date: Tue, 15 Nov 2022 09:53:44 +0900 (JST)
Subject: [ruby-changes:74499] 9228ae97c5 (master): Try to let dependabot maintain the version comment
https://git.ruby-lang.org/ruby.git/commit/?id=9228ae97c5 From 9228ae97c5f4e27a3bd534d4b40c6f390cb8aaac Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Mon, 14 Nov 2022 16:52:20 -0800 Subject: 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. --- .github/dependabot.yml | 3 --- .github/workflows/auto_request_review.yml | 2 +- 2 files changed, 1 insertion(+), 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: https://github.com/ruby/ruby/blob/trunk/.github/dependabot.yml#L4 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: https://github.com/ruby/ruby/blob/trunk/.github/workflows/auto_request_review.yml#L8 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 }} -- cgit v1.2.3 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/