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:
welcome:
runs-on: ubuntu-latest
if: github.actor != 'neilpang'
steps:
- uses: actions/github-script@v6
with:

1
.github/workflows/pr_notify.yml

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

1
.github/workflows/wiki-monitor.yml

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

Loading…
Cancel
Save