From a05c07785a9891e7fccb6253df1fb8f057472081 Mon Sep 17 00:00:00 2001 From: Hakan Seven Date: Tue, 4 Aug 2026 12:17:23 +0300 Subject: [PATCH] ci: remove completed issue run --- .github/workflows/issue-welcome.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/issue-welcome.yml b/.github/workflows/issue-welcome.yml index 4a153be6..d3be585d 100644 --- a/.github/workflows/issue-welcome.yml +++ b/.github/workflows/issue-welcome.yml @@ -6,6 +6,7 @@ on: permissions: issues: write + actions: write jobs: supporter-priority-note: @@ -22,3 +23,9 @@ jobs: If you support OpenCADStudio on [Patreon](https://www.patreon.com/HakanSeven12), send me either your GitHub username or this issue number in a Patreon message. After I verify your support, I will prioritize the issue. EOF + + - name: Remove this run from Actions history + env: + GH_TOKEN: ${{ github.token }} + GH_REPO: ${{ github.repository }} + run: gh api --method DELETE "repos/$GH_REPO/actions/runs/$GITHUB_RUN_ID"