[🐛 Bug]: Regression in selenium/standalone-firefox between 123.0 and 124.0+ related to confirmation dialog with onbeforeunload #422
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
# Configuration for Label Commenter - https://github.com/peaceiris/actions-label-commenter | |
name: Label Commenter | |
on: | |
issues: | |
types: [ labeled ] | |
permissions: | |
contents: read | |
issues: write | |
jobs: | |
comment: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@main | |
- name: Label Commenter | |
uses: peaceiris/actions-label-commenter@v1 |