We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff71ee commit 12a8bbaCopy full SHA for 12a8bba
.github/workflows/pr-title.yml
@@ -1,7 +1,7 @@
1
name: pr-title
2
3
on:
4
- pull_request:
+ pull_request_target:
5
types:
6
- opened
7
- edited
.github/workflows/triage.yml
name: triage
issues:
@@ -31,7 +31,6 @@ jobs:
31
steps:
32
- name: Tag with 'created-by'
33
uses: actions/github-script@v7
34
- if: github.event.action == 'opened'
35
with:
36
github-token: ${{ secrets.GITHUB_TOKEN }}
37
script: |
@@ -93,6 +92,7 @@ jobs:
93
92
94
- uses: actions/checkout@v4
95
+ ref: ${{ github.event.pull_request.base.ref }}
96
token: ${{ secrets.GITHUB_TOKEN }}
97
- uses: ./.github/actions/triage
98
0 commit comments