Skip to content

Create CONTRIBUTING.md #46

Create CONTRIBUTING.md

Create CONTRIBUTING.md #46

Workflow file for this run

name: Automatic Rebase
on: [pull_request_target]
permissions:
contents: read
jobs:
_:
permissions:
contents: write # for ljharb/rebase to push code to rebase
pull-requests: read # for ljharb/rebase to get info about PR
name: "Automatic Rebase"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
- uses: ljharb/rebase@3f30d8c115145dcc562f01582f59fbeefe77c707 # @master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}