Skip to content

Commit

Permalink
🌱 use bot for labelling too
Browse files Browse the repository at this point in the history
Signed-off-by: David Zager <dzager@redhat.com>
  • Loading branch information
djzager committed Feb 6, 2024
1 parent adbaa62 commit 31b8e08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/reconcile-issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ jobs:

- name: Handle labels
uses: actions/github-script@v7
env:
GITHUB_TOKEN: ${{ steps.get_workflow_token.outputs.token }}
with:
github-token: ${{ steps.get_workflow_token.outputs.token }}
script: |
// begin helper function for adding comments
async function ensureComment(body, shouldExist) {
Expand Down

0 comments on commit 31b8e08

Please sign in to comment.