[FRE-1161] remove debounce to simplify code and clear inputs on route complete or reload #993
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Automerge | |
on: | |
pull_request: | |
types: [opened, synchronize, reopened, labeled] | |
jobs: | |
automerge: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: write | |
steps: | |
- id: automerge | |
name: automerge | |
uses: 'pascalgn/[email protected]' | |
env: | |
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}' | |
MERGE_METHOD: 'squash' |