Skip to content

Fix/remove btr restock #195

Fix/remove btr restock

Fix/remove btr restock #195

Workflow file for this run

name: new pull request
on:
pull_request:
branches: [ main ]
jobs:
new-pr:
permissions:
pull-requests: write
contents: read
if: github.event_name == 'pull_request' && github.event.action == 'opened'
runs-on: ubuntu-latest
steps:
# Comment on new PR requests with deployment instructions
- name: checkout
uses: actions/[email protected]
- name: comment
uses: GrantBirki/comment@7016e89e8f225b0f18f1fbb7fd10263df2772a05 # [email protected]
continue-on-error: true
with:
file: .github/new-pr-comment.md