From 3904ed4d8b1d052b99c2919538db8ffc96f6e21a Mon Sep 17 00:00:00 2001 From: Nikolay Anoshin Date: Tue, 21 Oct 2025 16:15:38 +0000 Subject: [PATCH] Delete .github/workflows/jira_push.yml --- .github/workflows/jira_push.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/jira_push.yml diff --git a/.github/workflows/jira_push.yml b/.github/workflows/jira_push.yml deleted file mode 100644 index d88ec43..0000000 --- a/.github/workflows/jira_push.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Jira Push - -on: - push: - branches: - - "*" - -jobs: - jira-push-event: - runs-on: self-hosted - if: github.event_name == 'push' - name: transition to in progress on push event - steps: - - name: transition to in progress on push event - uses: appleboy/jira-action@v0.3.0 - with: - base_url: https://jira.ostiwe.com - insecure: false - token: ${{ secrets.JIRA_TOKEN }} - ref: ${{ github.event.head_commit.message }} - comment: | - 🧑‍💻 [~${{ github.event.pusher.username }}] push code to repository - - See the detailed information from [commit link|${{ github.event.head_commit.url }}]. - - ${{ github.event.head_commit.message }} \ No newline at end of file