From 041ac55a2362af442433acb2a82b9fdfd39ba331 Mon Sep 17 00:00:00 2001 From: Yi Yang Date: Mon, 6 Jan 2025 11:40:33 +0800 Subject: [PATCH] chore(*): backport trigger --- .github/workflows/backport.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 809c7b4..7b1e668 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -1,7 +1,7 @@ name: Backport on: - pull_request_target: + pull_request: types: - closed - labeled @@ -22,4 +22,4 @@ jobs: steps: - uses: tibdex/backport@v2 with: - github_token: ${{ secrets.GATEWAY_BOT_PAT }} \ No newline at end of file + github_token: ${{ secrets.GATEWAY_BOT_PAT }}