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 327e612 commit 1ac41edCopy full SHA for 1ac41ed
.github/workflows/welcome.yml
@@ -4,7 +4,7 @@ on:
4
5
jobs:
6
release-template:
7
- name: ${{ github.head_ref }}
+ if: ${{ github.head_ref == 'changeset-release/main' }}
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout repository
@@ -27,6 +27,7 @@ jobs:
27
owner: context.repo.owner,
28
repo: context.repo.repo
29
});
30
+ console.log(result.data)
31
const primerComments = result.data.filter(c => c.user.login == 'github-actions')
32
if (!primerComments.length) {
33
await github.issues.createComment({
0 commit comments