Skip to content

Commit

Permalink
Merge branch 'main' into dependabot-npm_and_yarn-types-pino-std-seria…
Browse files Browse the repository at this point in the history
…lizers-4.0.0
  • Loading branch information
megamanics authored Feb 2, 2023
2 parents a536268 + 32985eb commit 0cfc7c0
Show file tree
Hide file tree
Showing 3 changed files with 1,016 additions and 197 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/db-auto-approve-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
if: ${{ github.actor == 'dependabot' }}
steps:
- name: Dependabot metadata
id: metadata
Expand All @@ -19,6 +19,7 @@ jobs:
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.PR_KEY}}
GH_TOKEN: ${{secrets.PR_KEY}}
- name: Auto Merge a dependabot PR
run: gh pr merge --auto --rebase "$PR_URL"
env:
Expand Down
Loading

0 comments on commit 0cfc7c0

Please sign in to comment.