From 8c31ea48c83af309bda06f0020512f9123fb621e Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Thu, 23 Jan 2025 11:47:05 -0800 Subject: [PATCH] Delete an unused (manual) workflow, added missing copyright headers. (#162050) Just TLC while working on something related. --- .github/workflows/files-changed.yml | 4 +++ .github/workflows/lock.yaml | 4 +++ .github/workflows/minimal.yml | 44 ----------------------------- .github/workflows/no-response.yaml | 4 +++ 4 files changed, 12 insertions(+), 44 deletions(-) delete mode 100644 .github/workflows/minimal.yml diff --git a/.github/workflows/files-changed.yml b/.github/workflows/files-changed.yml index 73e68ebb59..9a6494dfab 100644 --- a/.github/workflows/files-changed.yml +++ b/.github/workflows/files-changed.yml @@ -1,3 +1,7 @@ +# Copyright 2013 The Flutter Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + name: Generate Changed Files JSON on: diff --git a/.github/workflows/lock.yaml b/.github/workflows/lock.yaml index 4bdb4dc552..365ac7398e 100644 --- a/.github/workflows/lock.yaml +++ b/.github/workflows/lock.yaml @@ -1,3 +1,7 @@ +# Copyright 2013 The Flutter Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + # Configuration for Lock Threads - https://github.com/dessant/lock-threads name: 'Lock Threads' diff --git a/.github/workflows/minimal.yml b/.github/workflows/minimal.yml deleted file mode 100644 index 91f35509a1..0000000000 --- a/.github/workflows/minimal.yml +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 2023 The Flutter Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -name: Minimal workflow to test github action token - -on: - workflow_dispatch - -permissions: write-all - -jobs: - minimal_token_test: - name: minimal_token_test - runs-on: ubuntu-latest - permissions: - contents: write - pull-requests: write - steps: - - name: Checkout Flutter Repo - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - with: - repository: flutter/flutter - token: ${{ github.token }} - path: flutter - ref: master - fetch-depth: 0 - - name: Write a random file - run: | - cd flutter - touch empty.json - - name: Create Pull Request - uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f - with: - path: flutter - commit-message: blah - committer: GitHub - token: ${{ secrets.FLUTTERACTIONSBOT_CP_TOKEN }} - labels: | - cp: review - title: '[github actions] testing purposes' - reviewers: - - christopherfujino - - jmagman diff --git a/.github/workflows/no-response.yaml b/.github/workflows/no-response.yaml index 79cae48251..94d4d8fc98 100644 --- a/.github/workflows/no-response.yaml +++ b/.github/workflows/no-response.yaml @@ -1,3 +1,7 @@ +# Copyright 2013 The Flutter Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + name: No Response # Both `issue_comment` and `scheduled` event types are required for this Action