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 e240749 commit 2c90816Copy full SHA for 2c90816
.github/workflows/label-community-issues.yml
@@ -17,6 +17,7 @@ jobs:
17
uses: actions/github-script@v7
18
with:
19
github-token: ${{ secrets.ORG_MEMBER_READ_TOKEN }}
20
+ result-encoding: string
21
script: |
22
const issueAuthor = '${{ github.event.issue.user.login }}';
23
const orgName = 'elastic';
@@ -55,4 +56,4 @@ jobs:
55
56
labels: ['community']
57
});
58
- console.log(`Added "community" label to issue by ${issueAuthor}`);
59
+ console.log(`Added "community" label to issue by ${issueAuthor}`);
0 commit comments