fix: use "" for case sensitivity flag in reg exp [SHIP] #7
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: Self Test | |
on: [pull_request] | |
jobs: | |
self-action-test: | |
name: This GitHub Action Test | |
runs-on: ubuntu-latest | |
permissions: | |
pull-requests: write | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Test Local Action | |
if: github.actor == 'tsinis' || github.actor == 'dependabot[bot]' | |
uses: ./ | |
with: | |
add-label: true | |
case-sensitive: false | |
fallback-to-ask: true | |
require-brackets: true | |
review-message: "Auto approved Ship or Ask PRs (from Dependabot/Author)" |