From aa23e5707382d6a5f352b215a16c53cfa645481b Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Tue, 27 Aug 2024 00:04:37 +0530 Subject: T0000: test --- .github/workflows/darker-lint.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/darker-lint.yml b/.github/workflows/darker-lint.yml index 5db2e83..c4ca348 100644 --- a/.github/workflows/darker-lint.yml +++ b/.github/workflows/darker-lint.yml @@ -2,16 +2,23 @@ name: Darker-Ruff Lint on: - pull_request: + pull_request_target: branches: - current +permissions: + pull-requests: write + contents: read + env: base_ref: ${{ github.event.pull_request.base.ref }} jobs: darker-lint: runs-on: ubuntu-latest + permissions: + pull-requests: write + contents: read steps: - uses: actions/checkout@v4 with: -- cgit v1.2.3