From f766c0d9d483a43a69c5c2b85fe9e6667fd95544 Mon Sep 17 00:00:00 2001 From: Miha Zupan Date: Tue, 16 Apr 2024 09:40:44 -0700 Subject: [PATCH] Delete .github/workflows/backport.yml (#2465) --- .github/workflows/backport.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/backport.yml diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml deleted file mode 100644 index ce93a8917..000000000 --- a/.github/workflows/backport.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Backport PR to branch -on: - issue_comment: - types: [created] - schedule: - # once a day at 13:00 UTC to cleanup old runs - - cron: '0 13 * * *' - -permissions: - contents: write - issues: write - pull-requests: write - actions: write - -jobs: - backport: - if: ${{ contains(github.event.comment.body, '/backport to') || github.event_name == 'schedule' }} - uses: dotnet/arcade/.github/workflows/backport-base.yml@main - with: - pr_description_template: | - Backport of #%source_pr_number% to %target_branch% - - /cc %cc_users%