We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dc838c commit 1d760c7Copy full SHA for 1d760c7
.github/workflows/GHPages.yml
@@ -18,6 +18,7 @@ concurrency:
18
19
jobs:
20
deploy:
21
+ if: github.repository == 'sveltejs/eslint-plugin-svelte'
22
environment:
23
name: github-pages
24
url: ${{ steps.deployment.outputs.page_url }}
.github/workflows/pkg.pr.new.yml
@@ -6,8 +6,13 @@ on:
6
branches: [main]
7
tags: ['!**']
8
9
+permissions:
10
+ issues: write
11
+ pull-requests: write
12
+
13
14
build:
15
16
runs-on: ubuntu-latest
17
steps:
0 commit comments