Skip to content

Commit 20b2b47

Browse files
authored
fix: remove pull_request_target actions (#3567)
1 parent 67d1385 commit 20b2b47

File tree

3 files changed

+1
-84
lines changed

3 files changed

+1
-84
lines changed

.github/workflows/i18n-check.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.github/workflows/i18n-keysets-check.yaml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/labeler.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Pull request labeler
22

33
on:
4-
pull_request_target:
5-
branches-ignore:
6-
- 'weblate-**'
4+
pull_request:
75

86
concurrency:
97
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)