Browse Source

disable notifications for myself

disable notifications for myself
dev
neil 2 days ago
parent
commit
e2882c536b
  1. 1
      .github/workflows/pr_dns.yml
  2. 1
      .github/workflows/pr_notify.yml
  3. 1
      .github/workflows/wiki-monitor.yml

1
.github/workflows/pr_dns.yml

@ -11,6 +11,7 @@ on:
jobs: jobs:
welcome: welcome:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.actor != 'neilpang'
steps: steps:
- uses: actions/github-script@v6 - uses: actions/github-script@v6
with: with:

1
.github/workflows/pr_notify.yml

@ -13,6 +13,7 @@ on:
jobs: jobs:
welcome: welcome:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.actor != 'neilpang'
steps: steps:
- uses: actions/github-script@v6 - uses: actions/github-script@v6
with: with:

1
.github/workflows/wiki-monitor.yml

@ -6,6 +6,7 @@ on:
jobs: jobs:
notify: notify:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.actor != 'neilpang'
steps: steps:
- name: Checkout wiki repository - name: Checkout wiki repository
uses: actions/checkout@v4 uses: actions/checkout@v4

Loading…
Cancel
Save