mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-02-03 22:34:58 +02:00
disable notifications for myself
disable notifications for myself
This commit is contained in:
1
.github/workflows/pr_dns.yml
vendored
1
.github/workflows/pr_dns.yml
vendored
@@ -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
vendored
1
.github/workflows/pr_notify.yml
vendored
@@ -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
vendored
1
.github/workflows/wiki-monitor.yml
vendored
@@ -6,6 +6,7 @@ on:
|
||||
jobs:
|
||||
notify:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.actor != 'neilpang'
|
||||
steps:
|
||||
- name: Checkout wiki repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user