File: rebase.yml

package info (click to toggle)
node-parse-asn1 5.1.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 272 kB
  • sloc: javascript: 426; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (34)
1
2
3
4
5
6
7
8
9
name: Automatic Rebase

on: [pull_request_target]

jobs:
  _:
    uses: ljharb/actions/.github/workflows/rebase.yml@main
    secrets:
      token: ${{ secrets.GITHUB_TOKEN }}