Skip to content

add tea.yaml

add tea.yaml #53

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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: ljharb/rebase@3f30d8c115145dcc562f01582f59fbeefe77c707 # @master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}