Skip to content

Commit dc15a13

Browse files
committed
ci: remove pull request
1 parent 6d34ebb commit dc15a13

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/new-event-notify.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,20 @@ name: Event Notifier
33
on:
44
issues:
55
types: [opened, labeled, reopened]
6-
pull_request_target:
7-
types: [opened, reopened] # zizmor: ignore[dangerous-triggers]
86

97
concurrency:
108
group: ${{ github.workflow }}-${{ github.event.issue.number || github.event.pull_request.number }}
119
cancel-in-progress: true
1210

1311
permissions:
1412
issues: read
15-
pull-requests: read
1613

1714
jobs:
1815
notify:
1916
name: "Telegram notification"
2017
runs-on: ubuntu-latest
2118
steps:
22-
- name: Send Telegram notification for new issue or pull request
19+
- name: Send Telegram notification for new issue
2320
uses: sehat1137/telegram-notifier@5d130037eb80a33251f3afe8bc56447236acab77 # v 1.3.0
2421
with:
2522
tg-bot-token: ${{ secrets.TELEGRAM_BOT_TOKEN }}

0 commit comments

Comments
 (0)