Make congratsbot not run in forks (#1145)
This commit is contained in:
parent
537e348b3e
commit
c7bbb042b0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/congratsbot.yml
vendored
2
.github/workflows/congratsbot.yml
vendored
|
@ -8,7 +8,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
congrats:
|
congrats:
|
||||||
name: "discord:congratsbot"
|
name: "discord:congratsbot"
|
||||||
#if: github.event.commits[0] && !github.event.commits[1]
|
if: github.repository == 'snowpackjs/astro'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Send a Discord notification when a PR is merged
|
- name: Send a Discord notification when a PR is merged
|
||||||
|
|
Loading…
Add table
Reference in a new issue