Skip to content

upd(firefox-nightly-deb): 132.0a1 -> 133.0a1 #3818

upd(firefox-nightly-deb): 132.0a1 -> 133.0a1

upd(firefox-nightly-deb): 132.0a1 -> 133.0a1 #3818

Workflow file for this run

name: Label PRs
on:
pull_request_target:
types: [opened, reopened]
jobs:
label-pr:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: srvaroa/labeler@master
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"