[Brave News]: Better offline handling & UX tweaks #532
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: Assign labels | |
on: | |
pull_request: | |
types: [opened, reopened, synchronize] | |
permissions: | |
pull-requests: write | |
jobs: | |
label: | |
name: Assign labels | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # v4.3.0 | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
# Workaround for https://github.com/actions/labeler/issues/104 | |
# Explained at https://github.com/wesnoth/wesnoth/commit/958c82d0867568057caaf58356502ec8c87d8366 | |
# Should continue working https://github.com/actions/labeler/pull/113#issuecomment-865404272 | |
# The above are not fixed in v4.3.0, which is currently the last v4 before v5 | |
sync-labels: "" |