Skip to content

[Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions #1726

[Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions

[Scheduled] flutter pub upgrade && flutter pub upgrade --major-versions #1726

Workflow file for this run

---
# See: https://github.com/actions/labeler#create-workflow
name: Labeling PR
# See: https://github.blog/2020-08-03-github-actions-improvements-for-fork-and-pull-request-workflows/
on:
pull_request_target: # https://docs.github.com/ja/actions/using-workflows/events-that-trigger-workflows#pull_request_target
jobs:
labeling_pr:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
# See: https://github.com/actions/labeler/issues/575
- uses: actions/labeler@master
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
dot: true