Skip to content

[πŸ› Bug]: Referencing #13894 – Error message: "Binary is not a Firefox executable" when running the Snap-installed version of Firefox. #9506

[πŸ› Bug]: Referencing #13894 – Error message: "Binary is not a Firefox executable" when running the Snap-installed version of Firefox.

[πŸ› Bug]: Referencing #13894 – Error message: "Binary is not a Firefox executable" when running the Snap-installed version of Firefox. #9506

# Configuration for Label Commenter - ./.github/label-commenter-config.yml
name: Label Commenter
on:
issues:
types: [ labeled ]
pull_request_target:
types: [labeled]
permissions:
contents: read
issues: write
jobs:
comment:
if: github.repository_owner == 'seleniumhq'
runs-on: ubuntu-latest
steps:
- name: Checkout base repo to get config file
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.base.ref }}
repository: seleniumhq/selenium
- name: Label Commenter
uses: peaceiris/actions-label-commenter@v1
with:
# The individual PAT is needed so commenter can auto-executes on PRs from Forks
# It expires 4/1/2026
github_token: ${{ secrets.PR_LABELER_PAT }}
config_file: .github/label-commenter-config.yml