xform bvalflags not being propagated in core, but by PP code #1559
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: issue-notify | |
on: | |
issues: | |
types: [opened,assigned,closed,reopened] | |
issue_comment: | |
types: [created] | |
pull_request: | |
pull_request_review: | |
types: [submitted] | |
push: | |
branches: | |
- '*' | |
tags-ignore: | |
- '*' | |
create: | |
jobs: | |
notify: | |
runs-on: ubuntu-latest | |
continue-on-error: true | |
if: ${{ always() }} | |
steps: | |
- uses: PDLPorters/devops/github-actions/irc-notifications@master | |
with: | |
target-notifications: true |