From a7b2130f57f06a7ca92770f7db0cd619977395d6 Mon Sep 17 00:00:00 2001 From: greensd4 Date: Tue, 21 Jan 2025 20:36:10 +0200 Subject: [PATCH] Add agent tests (AST-80969) --- .github/workflows/pr-automation.yml | 22 ---------------------- .github/workflows/release-drafter.yml | 6 ++---- 2 files changed, 2 insertions(+), 26 deletions(-) delete mode 100644 .github/workflows/pr-automation.yml diff --git a/.github/workflows/pr-automation.yml b/.github/workflows/pr-automation.yml deleted file mode 100644 index 2c5da62..0000000 --- a/.github/workflows/pr-automation.yml +++ /dev/null @@ -1,22 +0,0 @@ -# name: PR Automation -# on: -# pull_request_target: -# types: [ready_for_review, opened, reopened] - -# permissions: -# contents: none -# issues: write -# pull-requests: write - -# jobs: -# add-reviewers: -# runs-on: ubuntu-latest -# if: ${{ github.event.pull_request.user.type != 'Bot' }} -# steps: -# - name: Request reviewers -# env: -# GH_REPO: ${{ github.repository }} -# GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} -# PRNUM: ${{ github.event.pull_request.number }} -# PRAUTHOR: ${{ github.event.pull_request.user.login }} -# run: gh pr edit $PRNUM diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index ec5b283..7ebf9f5 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -1,9 +1,7 @@ - name: Create draft release +name: Create draft release on: - push: - branches: - - master + workflow_call: jobs: release-draft: