Skip to content

Bump @fortawesome/free-regular-svg-icons from 6.7.1 to 6.7.2 #2768

Bump @fortawesome/free-regular-svg-icons from 6.7.1 to 6.7.2

Bump @fortawesome/free-regular-svg-icons from 6.7.1 to 6.7.2 #2768

name: Enable automerge on dependabot PRs
on:
pull_request_target:
jobs:
autoapprove:
name: Auto-Approve a PR by dependabot
runs-on: ubuntu-latest
steps:
- name: Auto approve
uses: cognitedata/auto-approve-dependabot-action@v3.0.1
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
github-token: ${{ secrets.DEPENDABOT_AUTO_MERGE_PERSONAL_ACCESS_TOKEN }}
automerge:
name: Enable automerge on dependabot PRs
needs: autoapprove
runs-on: ubuntu-latest
steps:
- name: Enable automerge on dependabot PRs
uses: daneden/enable-automerge-action@v1
with:
github-token: ${{ secrets.DEPENDABOT_AUTO_MERGE_PERSONAL_ACCESS_TOKEN }}