Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Introduce a Notion specific file to register redirections as part of … #7557

Introduce a Notion specific file to register redirections as part of …

Introduce a Notion specific file to register redirections as part of … #7557

name: Update all pull requests that have automerge enabled
on:
push:
branches:
- main
jobs:
update-branch:
name: Update all pull requests that have automerge enabled
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Update branches
uses: felixfbecker/action-autoupdate-branch@patch-1
with:
repo-token: '${{ secrets.WRITE_ACCESS_GITHUB_TOKEN }}'