fix: webextensions.manifest.theme tab_background_separator and toolbar_field_separator deprecated in Firefox 89 #7652
Workflow file for this run
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: auto-merge | |
on: | |
pull_request_target: | |
branches: | |
- main | |
permissions: | |
contents: read | |
pull-requests: write | |
jobs: | |
auto-merge: | |
uses: mdn/workflows/.github/workflows/auto-merge.yml@main | |
with: | |
target-repo: "mdn/browser-compat-data" | |
secrets: | |
GH_TOKEN: ${{ secrets.GH_TOKEN }} |