You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2024. It is now read-only.
# GitHub does not support an array or list as inputs to actions, so
# for multiple paths, either use the | (pipe) character, or specify
# a JSON array of regular expressions. You must double-escape characters
# if you use a JSON array.
# '(dist/(.*)\.js)|(\.editorconfig)'
# '[ "dist/(.*)\\.js", "\\.editorconfig" ]'
exclude-regex: '<your RegExp here>'
repo-token: ${{ secrets.GITHUB_TOKEN }}
message: |
Thank you for submitting this PR, but it appears that at least one file in this request is against a part of our codebase that does not accept pull requests.
Please check the [contributing guide](./CONTRIBUTING.md) for more information.
I am a bot; this action was performed automatically.