mirror of
https://github.com/crazy-max/ghaction-upx.git
synced 2025-12-11 23:40:42 -07:00
Update node_modules
This commit is contained in:
15
node_modules/is-regex/.github/workflows/rebase.yml
generated
vendored
Normal file
15
node_modules/is-regex/.github/workflows/rebase.yml
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
name: Automatic Rebase
|
||||
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
_:
|
||||
name: "Automatic Rebase"
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: ljharb/rebase@master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user