Skip to content

Merge remote-tracking branch 'origin/master' into test_merge #8

Merge remote-tracking branch 'origin/master' into test_merge

Merge remote-tracking branch 'origin/master' into test_merge #8

Workflow file for this run

name: Comment Actions

Check failure on line 1 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

(Line: 9, Col: 9): Unrecognized function: 'toLower'. Located at position 13 within expression: !startsWith(toLower(github.actor), toLower('Eightfoldbot'))
on:
issue_comment:
types: [created]
jobs:
triage:
runs-on: ubuntu-latest
if: ${{ !startsWith(toLower(github.actor), toLower('Eightfoldbot')) }}
steps:
- name: Log comment info
run: |
echo "Comment made by: ${{ github.actor }}"
echo "Comment ID: ${{ github.event.comment.id }}"
echo "Issue/PR number: ${{ github.event.issue.number }}"
echo "Comment body: ${{ github.event.comment.body }}"