summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-10-17 06:48:27 +0200
committerGitHub <noreply@github.com>2022-10-17 06:48:27 +0200
commit4bfbb420ebb42ed94bc48bf53d8eca18a0b89e51 (patch)
treead6433e57955eb4a687263d45abb78e9619f078e /.github
parent7a1d4723cce1dd3454d4cde71471fe7a55a54659 (diff)
parent12b2b267d880f88eae0286be3d6d672c13df621c (diff)
Merge pull request #8180 from nextcloud/feat/workflow-auto-update-lint-eslint.yml
Updating lint-eslint.yml workflow from template
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint-eslint.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/lint-eslint.yml b/.github/workflows/lint-eslint.yml
index f3592a01d..687467783 100644
--- a/.github/workflows/lint-eslint.yml
+++ b/.github/workflows/lint-eslint.yml
@@ -5,8 +5,10 @@
name: Lint
-on:
- pull_request:
+on: pull_request
+
+permissions:
+ contents: read
concurrency:
group: lint-eslint-${{ github.head_ref || github.run_id }}