mirror of
https://github.com/django-components/django-components.git
synced 2025-11-25 08:21:20 +00:00
chore: fix Discord-on-PR workflow + add dates to releases (#1434)
This commit is contained in:
parent
60651f30b2
commit
4b674fda69
2 changed files with 104 additions and 1 deletions
5
.github/workflows/pr-discord.yml
vendored
5
.github/workflows/pr-discord.yml
vendored
|
|
@ -1,7 +1,10 @@
|
|||
name: Notify Discord on new PRs
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
# NOTE: Using `pull_request_target` instead of `pull_request`
|
||||
# so we can access repository secrets.
|
||||
# See https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows#pull_request_target
|
||||
pull_request_target:
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue