Compare commits

...

3 commits

Author SHA1 Message Date
Vitalij Dovhanyc
90c15c4b22
Merge 0058a90ae9 into a71a933705 2024-11-04 22:03:18 +01:00
Kristoffer Dalby
a71a933705
add nblock to doc owners (#2207)
Some checks failed
Build documentation / deploy (push) Has been cancelled
Tests / test (push) Has been cancelled
Build / build (push) Has been cancelled
Build documentation / build (push) Has been cancelled
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
2024-11-04 10:12:50 -06:00
vdovhanych
0058a90ae9
chore: configure some actions to be skipped for forks 2024-07-11 10:14:54 +02:00
6 changed files with 14 additions and 8 deletions

16
.github/CODEOWNERS vendored
View file

@ -1,10 +1,10 @@
* @juanfont @kradalby * @juanfont @kradalby
*.md @ohdearaugustin *.md @ohdearaugustin @nblock
*.yml @ohdearaugustin *.yml @ohdearaugustin @nblock
*.yaml @ohdearaugustin *.yaml @ohdearaugustin @nblock
Dockerfile* @ohdearaugustin Dockerfile* @ohdearaugustin @nblock
.goreleaser.yaml @ohdearaugustin .goreleaser.yaml @ohdearaugustin @nblock
/docs/ @ohdearaugustin /docs/ @ohdearaugustin @nblock
/.github/workflows/ @ohdearaugustin /.github/workflows/ @ohdearaugustin @nblock
/.github/renovate.json @ohdearaugustin /.github/renovate.json @ohdearaugustin @nblock

View file

@ -13,6 +13,7 @@ permissions:
jobs: jobs:
build: build:
if: github.repository == 'juanfont/headscale'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository
@ -36,6 +37,7 @@ jobs:
path: ./site path: ./site
deploy: deploy:
if: github.repository == 'juanfont/headscale'
environment: environment:
name: github-pages name: github-pages
url: ${{ steps.deployment.outputs.page_url }} url: ${{ steps.deployment.outputs.page_url }}

View file

@ -7,6 +7,7 @@ on:
jobs: jobs:
build: build:
if: github.repository == 'juanfont/headscale'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

View file

@ -9,6 +9,7 @@ on:
jobs: jobs:
goreleaser: goreleaser:
if: github.repository == 'juanfont/headscale'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout

View file

@ -6,6 +6,7 @@ on:
jobs: jobs:
close-issues: close-issues:
if: github.repository == 'juanfont/headscale'
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: permissions:
issues: write issues: write

View file

@ -6,6 +6,7 @@ on:
jobs: jobs:
lockfile: lockfile:
if: github.repository == 'juanfont/headscale'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository