Skip to content

Bump flutter_lints from 2.0.3 to 3.0.0 #18

Bump flutter_lints from 2.0.3 to 3.0.0

Bump flutter_lints from 2.0.3 to 3.0.0 #18

Workflow file for this run

name: "PR Labeler"
on: [pull_request_target]
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: "Cancel similar actions in progress"
uses: styfle/cancel-workflow-action@0.11.0
with:
all_but_latest: true
access_token: ${{ github.token }}
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"