Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/bufbuild/buf-set…
Browse files Browse the repository at this point in the history
…up-action-1.28.1
  • Loading branch information
k-yang authored Nov 15, 2023
2 parents 7ba743a + 5e9a419 commit 38633da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/changelog-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@ jobs:
changelog-update:
runs-on: ubuntu-latest

permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the changed files back to the repository.
contents: write

# TODO: feat: try to use author of the commit(s) to see if it's dependabot
# ${{ any(contains(commit.author.username, 'dependabot') for commit in github.event.commits) }}
if: contains(github.event.pull_request.labels.*.name, 'dependabot')

steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.NIBIBOT_GIT_TOKEN }}
# to avoid checking out the repo in a detached state
ref: ${{ github.head_ref }}
# Helps keep your repository up-to-date when Dependabot updates your dependencies.
Expand Down

0 comments on commit 38633da

Please sign in to comment.