Skip to content

CodeQL -- Actual fixes #1710

CodeQL -- Actual fixes

CodeQL -- Actual fixes #1710

Workflow file for this run

on: pull_request_target
name: Changelog Reminder
jobs:
remind:
if: github.repository_owner = 'RfidResearchGroup'

Check failure on line 5 in .github/workflows/rebase.yml

View workflow run for this annotation

GitHub Actions / Changelog Reminder

Invalid workflow file

The workflow is not valid. .github/workflows/rebase.yml (Line: 5, Col: 9): Unexpected symbol: '='. Located at position 25 within expression: github.repository_owner = 'RfidResearchGroup'
name: Changelog Reminder
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Changelog Reminder
uses: peterjgrainger/action-changelog-reminder@v1.2.0
with:
changelog_regex: 'CHANGELOG.md'
customPrMessage: 'You are welcome to add an entry to the CHANGELOG.md as well'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}