diff --git a/.github/workflows/ai-platform-snippets.yaml b/.github/workflows/ai-platform-snippets.yaml index 316cbb10fb..d51891f1d8 100644 --- a/.github/workflows/ai-platform-snippets.yaml +++ b/.github/workflows/ai-platform-snippets.yaml @@ -97,15 +97,6 @@ jobs: name: test-results path: ai-platform/snippets/${{ env.MOCHA_REPORTER_OUTPUT }} retention-days: 1 - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/appengine-analytics.yaml b/.github/workflows/appengine-analytics.yaml index 2d148c80e4..041411a73a 100644 --- a/.github/workflows/appengine-analytics.yaml +++ b/.github/workflows/appengine-analytics.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'appengine-analytics' path: 'appengine/analytics' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/appengine-building-an-app-build.yaml b/.github/workflows/appengine-building-an-app-build.yaml index af3476fd85..1b572a3e62 100644 --- a/.github/workflows/appengine-building-an-app-build.yaml +++ b/.github/workflows/appengine-building-an-app-build.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'appengine-building-an-app-build' path: 'appengine/building-an-app/build' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/appengine-building-an-app-update.yaml b/.github/workflows/appengine-building-an-app-update.yaml index 6e231af758..f5b17076ed 100644 --- a/.github/workflows/appengine-building-an-app-update.yaml +++ b/.github/workflows/appengine-building-an-app-update.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'appengine-building-an-app-update' path: 'appengine/building-an-app/update' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/appengine-datastore.yaml b/.github/workflows/appengine-datastore.yaml index fb253cc651..d62402a155 100644 --- a/.github/workflows/appengine-datastore.yaml +++ b/.github/workflows/appengine-datastore.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'appengine-datastore' path: 'appengine/datastore' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/appengine-endpoints.yaml b/.github/workflows/appengine-endpoints.yaml index ebb305a425..50eb2f82c6 100644 --- a/.github/workflows/appengine-endpoints.yaml +++ b/.github/workflows/appengine-endpoints.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'appengine-endpoints' path: 'appengine/endpoints' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/appengine-hello-world-flexible.yaml b/.github/workflows/appengine-hello-world-flexible.yaml index 7348544787..41ddde557f 100644 --- a/.github/workflows/appengine-hello-world-flexible.yaml +++ b/.github/workflows/appengine-hello-world-flexible.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'appengine-hello-world-flexible' path: 'appengine/hello-world/flexible' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/appengine-hello-world-standard.yaml b/.github/workflows/appengine-hello-world-standard.yaml index 5ce145f859..d433b0ffb3 100644 --- a/.github/workflows/appengine-hello-world-standard.yaml +++ b/.github/workflows/appengine-hello-world-standard.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'appengine-hello-world-standard' path: 'appengine/hello-world/standard' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/appengine-memcached.yaml b/.github/workflows/appengine-memcached.yaml index 693cadf009..482fb0b902 100644 --- a/.github/workflows/appengine-memcached.yaml +++ b/.github/workflows/appengine-memcached.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'appengine-memcached' path: 'appengine/memcached' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/appengine-metadata-flexible.yaml b/.github/workflows/appengine-metadata-flexible.yaml index 97029cc28e..2965ce4536 100644 --- a/.github/workflows/appengine-metadata-flexible.yaml +++ b/.github/workflows/appengine-metadata-flexible.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'appengine-metadata-flexible' path: 'appengine/metadata/flexible' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/appengine-metadata-standard.yaml b/.github/workflows/appengine-metadata-standard.yaml index 401d789b3b..20bf29cfbd 100644 --- a/.github/workflows/appengine-metadata-standard.yaml +++ b/.github/workflows/appengine-metadata-standard.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'appengine-metadata-standard' path: 'appengine/metadata/standard' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/appengine-pubsub.yaml b/.github/workflows/appengine-pubsub.yaml index c41b95f03c..3ebfdc6010 100644 --- a/.github/workflows/appengine-pubsub.yaml +++ b/.github/workflows/appengine-pubsub.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'appengine-pubsub' path: 'appengine/pubsub' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/appengine-static-files.yaml b/.github/workflows/appengine-static-files.yaml index a0df7b7abd..75b1df1c00 100644 --- a/.github/workflows/appengine-static-files.yaml +++ b/.github/workflows/appengine-static-files.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'appengine-static-files' path: 'appengine/static-files' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/appengine-storage-flexible.yaml b/.github/workflows/appengine-storage-flexible.yaml index f22722156b..94da243668 100644 --- a/.github/workflows/appengine-storage-flexible.yaml +++ b/.github/workflows/appengine-storage-flexible.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'appengine-storage-flexible' path: 'appengine/storage/flexible' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/appengine-storage-standard.yaml b/.github/workflows/appengine-storage-standard.yaml index b1e4e7843b..273b8e0f27 100644 --- a/.github/workflows/appengine-storage-standard.yaml +++ b/.github/workflows/appengine-storage-standard.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'appengine-storage-standard' path: 'appengine/storage/standard' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/appengine-twilio.yaml b/.github/workflows/appengine-twilio.yaml index 1b742fbbfb..cabee68850 100644 --- a/.github/workflows/appengine-twilio.yaml +++ b/.github/workflows/appengine-twilio.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'appengine-twilio' path: 'appengine/twilio' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/appengine-typescript.yaml b/.github/workflows/appengine-typescript.yaml index fee947734c..60ef4af9ea 100644 --- a/.github/workflows/appengine-typescript.yaml +++ b/.github/workflows/appengine-typescript.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'appengine-typescript' path: 'appengine/typescript' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/appengine-websockets.yaml b/.github/workflows/appengine-websockets.yaml index 27c2d2df5b..195b54c479 100644 --- a/.github/workflows/appengine-websockets.yaml +++ b/.github/workflows/appengine-websockets.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'appengine-websockets' path: 'appengine/websockets' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/asset-snippets.yaml b/.github/workflows/asset-snippets.yaml index cda5bbb27d..f01c76cd5c 100644 --- a/.github/workflows/asset-snippets.yaml +++ b/.github/workflows/asset-snippets.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'asset-snippets' path: 'asset/snippets' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/auth.yaml b/.github/workflows/auth.yaml index e364ce5f24..068a695295 100644 --- a/.github/workflows/auth.yaml +++ b/.github/workflows/auth.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'auth' path: 'auth' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/automl.yaml b/.github/workflows/automl.yaml index 6de4e0cdfc..1f8e565d10 100644 --- a/.github/workflows/automl.yaml +++ b/.github/workflows/automl.yaml @@ -95,15 +95,6 @@ jobs: name: test-results path: automl/${{ env.MOCHA_REPORTER_OUTPUT }} retention-days: 1 - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/batch.yaml b/.github/workflows/batch.yaml index 770feb2e94..8de622f6df 100644 --- a/.github/workflows/batch.yaml +++ b/.github/workflows/batch.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'batch' path: 'batch' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/cloud-language.yaml b/.github/workflows/cloud-language.yaml index e010226453..fa5d3fb805 100644 --- a/.github/workflows/cloud-language.yaml +++ b/.github/workflows/cloud-language.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'cloud-language' path: 'cloud-language' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/cloud-tasks-snippets.yaml b/.github/workflows/cloud-tasks-snippets.yaml index a240c307b3..1475f69c32 100644 --- a/.github/workflows/cloud-tasks-snippets.yaml +++ b/.github/workflows/cloud-tasks-snippets.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'cloud-tasks-snippets' path: 'cloud-tasks/snippets' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/cloud-tasks-tutorial-gcf-app.yaml b/.github/workflows/cloud-tasks-tutorial-gcf-app.yaml index 0333f350e4..26d4336ef4 100644 --- a/.github/workflows/cloud-tasks-tutorial-gcf-app.yaml +++ b/.github/workflows/cloud-tasks-tutorial-gcf-app.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'cloud-tasks-tutorial-gcf-app' path: 'cloud-tasks/tutorial-gcf/app' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/cloud-tasks-tutorial-gcf-function.yaml b/.github/workflows/cloud-tasks-tutorial-gcf-function.yaml index 71e3edbb80..cd218e6151 100644 --- a/.github/workflows/cloud-tasks-tutorial-gcf-function.yaml +++ b/.github/workflows/cloud-tasks-tutorial-gcf-function.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'cloud-tasks-tutorial-gcf-function' path: 'cloud-tasks/tutorial-gcf/function' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/cloudbuild.yaml b/.github/workflows/cloudbuild.yaml index 48c7a6a781..f6a126acf2 100644 --- a/.github/workflows/cloudbuild.yaml +++ b/.github/workflows/cloudbuild.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'cloudbuild' path: 'cloudbuild' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/composer-functions-composer-storage-trigger.yaml b/.github/workflows/composer-functions-composer-storage-trigger.yaml index d47bf81c9a..8167c61f32 100644 --- a/.github/workflows/composer-functions-composer-storage-trigger.yaml +++ b/.github/workflows/composer-functions-composer-storage-trigger.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'composer-functions-composer-storage-trigger' path: 'composer/functions/composer-storage-trigger' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/composer.yaml b/.github/workflows/composer.yaml index 1c838a2547..616ee45fc9 100644 --- a/.github/workflows/composer.yaml +++ b/.github/workflows/composer.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'composer' path: 'composer' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/compute.yaml b/.github/workflows/compute.yaml index aaa5676b00..979b46dd61 100644 --- a/.github/workflows/compute.yaml +++ b/.github/workflows/compute.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'compute' path: 'compute' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/contact-center-insights.yaml b/.github/workflows/contact-center-insights.yaml index 87eedabbb3..05b9a32b1f 100644 --- a/.github/workflows/contact-center-insights.yaml +++ b/.github/workflows/contact-center-insights.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'contact-center-insights' path: 'contact-center-insights' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/container-analysis-snippets.yaml b/.github/workflows/container-analysis-snippets.yaml index 0b55c14757..866a43f196 100644 --- a/.github/workflows/container-analysis-snippets.yaml +++ b/.github/workflows/container-analysis-snippets.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'container-analysis-snippets' path: 'container-analysis/snippets' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/container.yaml b/.github/workflows/container.yaml index f56ec5f323..641c54199f 100644 --- a/.github/workflows/container.yaml +++ b/.github/workflows/container.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'container' path: 'container/' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/datacatalog-cloud-client.yaml b/.github/workflows/datacatalog-cloud-client.yaml index 3684369c82..b373024660 100644 --- a/.github/workflows/datacatalog-cloud-client.yaml +++ b/.github/workflows/datacatalog-cloud-client.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'datacatalog-cloud-client' path: 'datacatalog/cloud-client' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/datacatalog-quickstart.yaml b/.github/workflows/datacatalog-quickstart.yaml index 490b69d7d2..64275a333d 100644 --- a/.github/workflows/datacatalog-quickstart.yaml +++ b/.github/workflows/datacatalog-quickstart.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'datacatalog-quickstart' path: 'datacatalog/quickstart' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/datacatalog-snippets.yaml b/.github/workflows/datacatalog-snippets.yaml index eae469c427..4d54154dcb 100644 --- a/.github/workflows/datacatalog-snippets.yaml +++ b/.github/workflows/datacatalog-snippets.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'datacatalog-snippets' path: 'datacatalog/snippets' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/datalabeling.yaml b/.github/workflows/datalabeling.yaml index c0a11a60ab..7de8f8eebe 100644 --- a/.github/workflows/datalabeling.yaml +++ b/.github/workflows/datalabeling.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'datalabeling' path: 'datalabeling' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/dataproc.yaml b/.github/workflows/dataproc.yaml index 3a5ce4cf4a..739a6449ef 100644 --- a/.github/workflows/dataproc.yaml +++ b/.github/workflows/dataproc.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'dataproc' path: 'dataproc' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/datastore-functions.yaml b/.github/workflows/datastore-functions.yaml index 228690b8b2..6891c70cdf 100644 --- a/.github/workflows/datastore-functions.yaml +++ b/.github/workflows/datastore-functions.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'datastore-functions' path: 'datastore/functions' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/dialogflow-cx.yaml b/.github/workflows/dialogflow-cx.yaml index bb22782029..df776c2bfe 100644 --- a/.github/workflows/dialogflow-cx.yaml +++ b/.github/workflows/dialogflow-cx.yaml @@ -101,15 +101,6 @@ jobs: name: test-results path: dialogflow-cx/${{ env.MOCHA_REPORTER_OUTPUT }} retention-days: 1 - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/dialogflow.yaml b/.github/workflows/dialogflow.yaml index 10a4b1945d..39f1893e52 100644 --- a/.github/workflows/dialogflow.yaml +++ b/.github/workflows/dialogflow.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'dialogflow' path: 'dialogflow' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/discoveryengine.yaml b/.github/workflows/discoveryengine.yaml index 5312ed9ced..2116fc6267 100644 --- a/.github/workflows/discoveryengine.yaml +++ b/.github/workflows/discoveryengine.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'discoveryengine' path: 'discoveryengine' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/dlp.yaml b/.github/workflows/dlp.yaml index 4a0f41c8ab..f7f4ddd8e6 100644 --- a/.github/workflows/dlp.yaml +++ b/.github/workflows/dlp.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'dlp' path: 'dlp' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/document-ai.yaml b/.github/workflows/document-ai.yaml index b7f29caeb4..b250da71c5 100644 --- a/.github/workflows/document-ai.yaml +++ b/.github/workflows/document-ai.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'document-ai' path: 'document-ai' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/endpoints-getting-started-grpc.yaml b/.github/workflows/endpoints-getting-started-grpc.yaml index 6c99ac2b65..0d8663fdd3 100644 --- a/.github/workflows/endpoints-getting-started-grpc.yaml +++ b/.github/workflows/endpoints-getting-started-grpc.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'endpoints-getting-started-grpc' path: 'endpoints/getting-started-grpc' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/endpoints-getting-started.yaml b/.github/workflows/endpoints-getting-started.yaml index 508bfae98f..e9cc0ac447 100644 --- a/.github/workflows/endpoints-getting-started.yaml +++ b/.github/workflows/endpoints-getting-started.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'endpoints-getting-started' path: 'endpoints/getting-started' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/error-reporting.yaml b/.github/workflows/error-reporting.yaml index 10d942a89d..6806f942c9 100644 --- a/.github/workflows/error-reporting.yaml +++ b/.github/workflows/error-reporting.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'error-reporting' path: 'error-reporting' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/eventarc-generic.yaml b/.github/workflows/eventarc-generic.yaml index 44a10b84af..e9cc8cc77a 100644 --- a/.github/workflows/eventarc-generic.yaml +++ b/.github/workflows/eventarc-generic.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'eventarc-generic' path: 'eventarc/generic' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/functions-env_vars.yaml b/.github/workflows/functions-env_vars.yaml index c793070170..08ca8ae835 100644 --- a/.github/workflows/functions-env_vars.yaml +++ b/.github/workflows/functions-env_vars.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'functions-env_vars' path: 'functions/env_vars' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/functions-firebase.yaml b/.github/workflows/functions-firebase.yaml index b4d9c60c1d..2b642572df 100644 --- a/.github/workflows/functions-firebase.yaml +++ b/.github/workflows/functions-firebase.yaml @@ -50,15 +50,6 @@ jobs: with: name: 'functions-firebase' path: '${{ matrix.path }}' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/functions-log-helloWorld.yaml b/.github/workflows/functions-log-helloWorld.yaml index 836dc991a8..469eca1d5d 100644 --- a/.github/workflows/functions-log-helloWorld.yaml +++ b/.github/workflows/functions-log-helloWorld.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'functions-log-helloWorld' path: 'functions/log/helloWorld' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/functions-log-processEntry.yaml b/.github/workflows/functions-log-processEntry.yaml index 85639ee7eb..14db9486e4 100644 --- a/.github/workflows/functions-log-processEntry.yaml +++ b/.github/workflows/functions-log-processEntry.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'functions-log-processEntry' path: 'functions/log/processEntry' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/functions-memorystore-redis.yaml b/.github/workflows/functions-memorystore-redis.yaml index 524e6a8232..1db762c321 100644 --- a/.github/workflows/functions-memorystore-redis.yaml +++ b/.github/workflows/functions-memorystore-redis.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'functions-memorystore-redis' path: 'functions/memorystore/redis' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/functions-scheduleinstance.yaml b/.github/workflows/functions-scheduleinstance.yaml index 6ac196cef6..ed047be3e0 100644 --- a/.github/workflows/functions-scheduleinstance.yaml +++ b/.github/workflows/functions-scheduleinstance.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'functions-scheduleinstance' path: 'functions/scheduleinstance' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/functions-security.yaml b/.github/workflows/functions-security.yaml index 19a4446f09..532042d13a 100644 --- a/.github/workflows/functions-security.yaml +++ b/.github/workflows/functions-security.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'functions-security' path: 'functions/security' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/functions-slack.yaml b/.github/workflows/functions-slack.yaml index 47d5a3d125..5043d060cb 100644 --- a/.github/workflows/functions-slack.yaml +++ b/.github/workflows/functions-slack.yaml @@ -97,15 +97,6 @@ jobs: name: test-results path: functions/slack/${{ env.MOCHA_REPORTER_OUTPUT }} retention-days: 1 - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/functions-spanner.yaml b/.github/workflows/functions-spanner.yaml index 5a45db2dd8..1ccbb1b9d9 100644 --- a/.github/workflows/functions-spanner.yaml +++ b/.github/workflows/functions-spanner.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'functions-spanner' path: 'functions/spanner' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/functions-speech-to-speech-functions.yaml b/.github/workflows/functions-speech-to-speech-functions.yaml index e652af6a5e..539319c0e3 100644 --- a/.github/workflows/functions-speech-to-speech-functions.yaml +++ b/.github/workflows/functions-speech-to-speech-functions.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'functions-speech-to-speech-functions' path: 'functions/speech-to-speech/functions' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/functions-v2-autolabelinstance.yaml b/.github/workflows/functions-v2-autolabelinstance.yaml index e6ab834b06..7331e66d95 100644 --- a/.github/workflows/functions-v2-autolabelinstance.yaml +++ b/.github/workflows/functions-v2-autolabelinstance.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'functions-v2-autoLabelInstance' path: 'functions/v2/autoLabelInstance' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/functions-v2-cloudeventlogging.yaml b/.github/workflows/functions-v2-cloudeventlogging.yaml index 3cdb797d21..847a590ae0 100644 --- a/.github/workflows/functions-v2-cloudeventlogging.yaml +++ b/.github/workflows/functions-v2-cloudeventlogging.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'functions-v2-cloudEventLogging' path: 'functions/v2/cloudEventLogging' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/functions-v2-firebase-firestore-helloFirestore.yaml b/.github/workflows/functions-v2-firebase-firestore-helloFirestore.yaml index 427e840c15..c0157a4745 100644 --- a/.github/workflows/functions-v2-firebase-firestore-helloFirestore.yaml +++ b/.github/workflows/functions-v2-firebase-firestore-helloFirestore.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'functions-v2-firebase-firestore-helloFirestore' path: 'functions/v2/firebase/firestore/helloFirestore' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/functions-v2-firebase-firestore-makeUpperCase.yaml b/.github/workflows/functions-v2-firebase-firestore-makeUpperCase.yaml index de6f8c5168..469352bf12 100644 --- a/.github/workflows/functions-v2-firebase-firestore-makeUpperCase.yaml +++ b/.github/workflows/functions-v2-firebase-firestore-makeUpperCase.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'functions-v2-firebase-firestore-makeUpperCase' path: 'functions/v2/firebase/firestore/makeUpperCase' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/functions-v2-firebase-remote-config-helloRemoteConfig.yaml b/.github/workflows/functions-v2-firebase-remote-config-helloRemoteConfig.yaml index 65f16dd78c..df6ff6b32b 100644 --- a/.github/workflows/functions-v2-firebase-remote-config-helloRemoteConfig.yaml +++ b/.github/workflows/functions-v2-firebase-remote-config-helloRemoteConfig.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'functions-v2-firebase-remote-config-helloRemoteConfig' path: 'functions/v2/firebase/remote-config/helloRemoteConfig' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/functions-v2-firebase-rtdb-helloRTDB.yaml b/.github/workflows/functions-v2-firebase-rtdb-helloRTDB.yaml index dc6bc49b6e..56f980a9c1 100644 --- a/.github/workflows/functions-v2-firebase-rtdb-helloRTDB.yaml +++ b/.github/workflows/functions-v2-firebase-rtdb-helloRTDB.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'functions-v2-firebase-rtdb-helloRTDB' path: 'functions/v2/firebase/rtdb/helloRTDB' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/functions-v2-helloauditlog.yaml b/.github/workflows/functions-v2-helloauditlog.yaml index f265b30d9d..94cadac465 100644 --- a/.github/workflows/functions-v2-helloauditlog.yaml +++ b/.github/workflows/functions-v2-helloauditlog.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'functions-v2-helloAuditLog' path: 'functions/v2/helloAuditLog' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/functions-v2-hellobigquery.yaml b/.github/workflows/functions-v2-hellobigquery.yaml index b8499158d5..02f2f7e03a 100644 --- a/.github/workflows/functions-v2-hellobigquery.yaml +++ b/.github/workflows/functions-v2-hellobigquery.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'functions-v2-helloBigQuery' path: 'functions/v2/helloBigQuery' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/functions-v2-hellogcs.yaml b/.github/workflows/functions-v2-hellogcs.yaml index 04fa27d186..e74e9fdaa4 100644 --- a/.github/workflows/functions-v2-hellogcs.yaml +++ b/.github/workflows/functions-v2-hellogcs.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'functions-v2-helloGCS' path: 'functions/v2/helloGCS' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/functions-v2-hellopubsub.yaml b/.github/workflows/functions-v2-hellopubsub.yaml index 9791908d90..20c324f7d1 100644 --- a/.github/workflows/functions-v2-hellopubsub.yaml +++ b/.github/workflows/functions-v2-hellopubsub.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'functions-v2-helloPubSub' path: 'functions/v2/helloPubSub' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/functions-v2-httplogging.yaml b/.github/workflows/functions-v2-httplogging.yaml index ea35fa088d..e985baba06 100644 --- a/.github/workflows/functions-v2-httplogging.yaml +++ b/.github/workflows/functions-v2-httplogging.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'functions-v2-httpLogging' path: 'functions/v2/httpLogging' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/functions-v2-log-processEntry.yaml b/.github/workflows/functions-v2-log-processEntry.yaml index 9a21ae9c89..17ef245ad5 100644 --- a/.github/workflows/functions-v2-log-processEntry.yaml +++ b/.github/workflows/functions-v2-log-processEntry.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'functions-v2-log-processEntry' path: 'functions/v2/log/processEntry' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/functions-v2-ocr-app.yaml b/.github/workflows/functions-v2-ocr-app.yaml index e2026edc20..b23def5af2 100644 --- a/.github/workflows/functions-v2-ocr-app.yaml +++ b/.github/workflows/functions-v2-ocr-app.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'functions-v2-ocr-app' path: 'functions/v2/ocr/app' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/functions-v2-tips-avoidInfiniteRetries.yaml b/.github/workflows/functions-v2-tips-avoidInfiniteRetries.yaml index fc4452014f..4093895d5f 100644 --- a/.github/workflows/functions-v2-tips-avoidInfiniteRetries.yaml +++ b/.github/workflows/functions-v2-tips-avoidInfiniteRetries.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'functions-v2-tips-avoidInfiniteRetries' path: 'functions/v2/tips/avoidInfiniteRetries' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/functions-v2-tips-retry.yaml b/.github/workflows/functions-v2-tips-retry.yaml index fed5c76e1c..a1e28b7998 100644 --- a/.github/workflows/functions-v2-tips-retry.yaml +++ b/.github/workflows/functions-v2-tips-retry.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'functions-v2-tips-retry' path: 'functions/v2/tips/retry' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/game-servers-snippets.yaml b/.github/workflows/game-servers-snippets.yaml index 89f6050e53..1b2798f613 100644 --- a/.github/workflows/game-servers-snippets.yaml +++ b/.github/workflows/game-servers-snippets.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'game-servers-snippets' path: 'game-servers/snippets' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/healthcare-consent.yaml b/.github/workflows/healthcare-consent.yaml index d5df8bc7ae..b03bde9369 100644 --- a/.github/workflows/healthcare-consent.yaml +++ b/.github/workflows/healthcare-consent.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'healthcare-consent' path: 'healthcare/consent' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/healthcare-datasets.yaml b/.github/workflows/healthcare-datasets.yaml index 0a33150d47..dd7ae85d08 100644 --- a/.github/workflows/healthcare-datasets.yaml +++ b/.github/workflows/healthcare-datasets.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'healthcare-datasets' path: 'healthcare/datasets' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/healthcare-dicom.yaml b/.github/workflows/healthcare-dicom.yaml index b15905206c..780b45c1c8 100644 --- a/.github/workflows/healthcare-dicom.yaml +++ b/.github/workflows/healthcare-dicom.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'healthcare-dicom' path: 'healthcare/dicom' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/healthcare-fhir.yaml b/.github/workflows/healthcare-fhir.yaml index cf96df5748..d461ac41b8 100644 --- a/.github/workflows/healthcare-fhir.yaml +++ b/.github/workflows/healthcare-fhir.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'healthcare-fhir' path: 'healthcare/fhir' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/healthcare-hl7v2.yaml b/.github/workflows/healthcare-hl7v2.yaml index 1b3bfa7ad1..fd319a091b 100644 --- a/.github/workflows/healthcare-hl7v2.yaml +++ b/.github/workflows/healthcare-hl7v2.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'healthcare-hl7v2' path: 'healthcare/hl7v2' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/iam-deny.yaml b/.github/workflows/iam-deny.yaml index f1eec5cd78..5a8af79144 100644 --- a/.github/workflows/iam-deny.yaml +++ b/.github/workflows/iam-deny.yaml @@ -88,15 +88,6 @@ jobs: name: test-results path: iam/deny/${{ env.MOCHA_REPORTER_OUTPUT }} retention-days: 1 - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/kms.yaml b/.github/workflows/kms.yaml index 64d03b6828..b2509ab7a4 100644 --- a/.github/workflows/kms.yaml +++ b/.github/workflows/kms.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'kms' path: 'kms' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/media-livestream.yaml b/.github/workflows/media-livestream.yaml index 40eb3e0144..3c9b04addd 100644 --- a/.github/workflows/media-livestream.yaml +++ b/.github/workflows/media-livestream.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'media-livestream' path: 'media/livestream' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/media-transcoder.yaml b/.github/workflows/media-transcoder.yaml index bca88f78d1..d871392f34 100644 --- a/.github/workflows/media-transcoder.yaml +++ b/.github/workflows/media-transcoder.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'media-transcoder' path: 'media/transcoder' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/media-video-stitcher.yaml b/.github/workflows/media-video-stitcher.yaml index f3ee494f7e..8369d91467 100644 --- a/.github/workflows/media-video-stitcher.yaml +++ b/.github/workflows/media-video-stitcher.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'media-video-stitcher' path: 'media/video-stitcher' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/mediatranslation.yaml b/.github/workflows/mediatranslation.yaml index 5633e060f3..b08b8bbc41 100644 --- a/.github/workflows/mediatranslation.yaml +++ b/.github/workflows/mediatranslation.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'mediatranslation' path: 'mediatranslation' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/monitoring-opencensus.yaml b/.github/workflows/monitoring-opencensus.yaml index 11a4fad598..04ee2a31c0 100644 --- a/.github/workflows/monitoring-opencensus.yaml +++ b/.github/workflows/monitoring-opencensus.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'monitoring-opencensus' path: 'monitoring/opencensus' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/monitoring-prometheus.yaml b/.github/workflows/monitoring-prometheus.yaml index 38aafa994b..42d681b654 100644 --- a/.github/workflows/monitoring-prometheus.yaml +++ b/.github/workflows/monitoring-prometheus.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'monitoring-prometheus' path: 'monitoring/prometheus' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/monitoring-snippets.yaml b/.github/workflows/monitoring-snippets.yaml index ad36c35bc8..b07d5a14d3 100644 --- a/.github/workflows/monitoring-snippets.yaml +++ b/.github/workflows/monitoring-snippets.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'monitoring-snippets' path: 'monitoring/snippets' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/opencensus.yaml b/.github/workflows/opencensus.yaml index 91cbad30b3..e30689a476 100644 --- a/.github/workflows/opencensus.yaml +++ b/.github/workflows/opencensus.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'opencensus' path: 'opencensus' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/retail.yaml b/.github/workflows/retail.yaml index c2cc85a1d0..2b30d32581 100644 --- a/.github/workflows/retail.yaml +++ b/.github/workflows/retail.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'retail' path: 'retail' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/scheduler.yaml b/.github/workflows/scheduler.yaml index 38f3e835fc..5ecb00d05e 100644 --- a/.github/workflows/scheduler.yaml +++ b/.github/workflows/scheduler.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'scheduler' path: 'scheduler' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/secret-manager.yaml b/.github/workflows/secret-manager.yaml index 02b3664eb2..ae773c6f73 100644 --- a/.github/workflows/secret-manager.yaml +++ b/.github/workflows/secret-manager.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'secret-manager' path: 'secret-manager' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/security-center-snippets.yaml b/.github/workflows/security-center-snippets.yaml index 0602a60ef9..c1ea187c42 100644 --- a/.github/workflows/security-center-snippets.yaml +++ b/.github/workflows/security-center-snippets.yaml @@ -90,15 +90,6 @@ jobs: name: test-results path: security-center/snippets/${{ env.MOCHA_REPORTER_OUTPUT }} retention-days: 1 - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/service-directory-snippets.yaml b/.github/workflows/service-directory-snippets.yaml index b615a737c1..8b2cb6d7b2 100644 --- a/.github/workflows/service-directory-snippets.yaml +++ b/.github/workflows/service-directory-snippets.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'service-directory-snippets' path: 'service-directory/snippets' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/speech.yaml b/.github/workflows/speech.yaml index 580eade04d..9fb4c2a386 100644 --- a/.github/workflows/speech.yaml +++ b/.github/workflows/speech.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'speech' path: 'speech' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/storagetransfer.yaml b/.github/workflows/storagetransfer.yaml index 11785a9129..9a5d67dc3e 100644 --- a/.github/workflows/storagetransfer.yaml +++ b/.github/workflows/storagetransfer.yaml @@ -100,15 +100,6 @@ jobs: name: test-results path: storagetransfer/${{ env.MOCHA_REPORTER_OUTPUT }} retention-days: 1 - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/talent.yaml b/.github/workflows/talent.yaml index 06cf11c0a6..a0f94588bf 100644 --- a/.github/workflows/talent.yaml +++ b/.github/workflows/talent.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'talent' path: 'talent' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/texttospeech.yaml b/.github/workflows/texttospeech.yaml index 09a621dc0a..0f64f77ec3 100644 --- a/.github/workflows/texttospeech.yaml +++ b/.github/workflows/texttospeech.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'texttospeech' path: 'texttospeech' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/translate.yaml b/.github/workflows/translate.yaml index b609583d40..2f618e6578 100644 --- a/.github/workflows/translate.yaml +++ b/.github/workflows/translate.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'translate' path: 'translate' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/utils/ci-matrix.yaml.njk b/.github/workflows/utils/ci-matrix.yaml.njk index c184c80f22..bc26f44612 100644 --- a/.github/workflows/utils/ci-matrix.yaml.njk +++ b/.github/workflows/utils/ci-matrix.yaml.njk @@ -47,15 +47,6 @@ jobs: with: name: '{{name}}' path: '${% raw %}{{ matrix.path }}{% endraw %}' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/utils/ci-secrets.yaml.njk b/.github/workflows/utils/ci-secrets.yaml.njk index b39ffcd745..3e6c4d68e0 100644 --- a/.github/workflows/utils/ci-secrets.yaml.njk +++ b/.github/workflows/utils/ci-secrets.yaml.njk @@ -99,15 +99,6 @@ jobs: name: test-results path: {{ path }}/${% raw %}{{ env.MOCHA_REPORTER_OUTPUT }}{% endraw %} retention-days: 1 - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/video-intelligence.yaml b/.github/workflows/video-intelligence.yaml index 9bcffe0a47..d165e88b8d 100644 --- a/.github/workflows/video-intelligence.yaml +++ b/.github/workflows/video-intelligence.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'video-intelligence' path: 'video-intelligence' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/vision-productSearch.yaml b/.github/workflows/vision-productSearch.yaml index 976c3d0194..c7aa25ddce 100644 --- a/.github/workflows/vision-productSearch.yaml +++ b/.github/workflows/vision-productSearch.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'vision-productSearch' path: 'vision/productSearch' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/vision.yaml b/.github/workflows/vision.yaml index 47b25ac554..cf89646cfe 100644 --- a/.github/workflows/vision.yaml +++ b/.github/workflows/vision.yaml @@ -95,15 +95,6 @@ jobs: name: test-results path: vision/${{ env.MOCHA_REPORTER_OUTPUT }} retention-days: 1 - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read' diff --git a/.github/workflows/workflows.yaml b/.github/workflows/workflows.yaml index 2f3ee743c7..6edb45fcb3 100644 --- a/.github/workflows/workflows.yaml +++ b/.github/workflows/workflows.yaml @@ -41,15 +41,6 @@ jobs: with: name: 'workflows' path: 'workflows' - remove_label: - permissions: - contents: 'read' - id-token: 'write' - if: | - github.event.action == 'labeled' && - github.event.label.name == 'actions:force-run' && - always() - uses: ./.github/workflows/remove-label.yaml flakybot: permissions: contents: 'read'