summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-08-27 00:04:37 +0530
committerGitHub <noreply@github.com>2024-08-27 00:04:37 +0530
commitaa23e5707382d6a5f352b215a16c53cfa645481b (patch)
tree8f9dd9ffa27529ee09219300a0b49bcefb24f06b
parent4d212324792fc66d90103db0c635aae4743f3425 (diff)
downloadvyos-workflow-test-temp-aa23e5707382d6a5f352b215a16c53cfa645481b.tar.gz
vyos-workflow-test-temp-aa23e5707382d6a5f352b215a16c53cfa645481b.zip
T0000: test
-rw-r--r--.github/workflows/darker-lint.yml9
1 files changed, 8 insertions, 1 deletions
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: