There was an error while loading. Please reload this page.
1 parent dd37156 commit 3b39d95Copy full SHA for 3b39d95
1 file changed
.github/workflows/release-tracker.yml
@@ -11,6 +11,7 @@ concurrency:
11
12
jobs:
13
build:
14
+ if: github.event.pull_request.merged == true
15
runs-on: ubuntu-24.04
16
permissions:
17
contents: write
@@ -19,9 +20,6 @@ jobs:
19
20
21
- name: Generate LGTM App token
22
id: lgtm-app-token
- if: |
23
- github.event.action == 'closed' &&
24
- github.event.pull_request.merged == true
25
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
26
with:
27
client-id: ${{ secrets.LGTM_APP_CLIENT_ID }}
@@ -30,9 +28,6 @@ jobs:
30
28
repositories: CHANGELOG
31
29
32
- name: Update release tracker
33
34
35
36
env:
37
GITHUB_USER: ${{ github.actor }}
38
GITHUB_TOKEN: ${{ steps.lgtm-app-token.outputs.token }}
0 commit comments