This repository has been archived by the owner on Oct 26, 2024. It is now read-only.
fix(YouTube - Hide Shorts components): Hide new type of shorts in fee… #234
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PR to main | |
on: | |
push: | |
branches: | |
- dev | |
workflow_dispatch: | |
env: | |
MESSAGE: merge branch `${{ github.head_ref || github.ref_name }}` to `main` | |
jobs: | |
pull-request: | |
name: Open pull request | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Open pull request | |
uses: repo-sync/pull-request@v2 | |
with: | |
destination_branch: 'main' | |
pr_title: 'chore: ${{ env.MESSAGE }}' | |
pr_body: | | |
This pull request will ${{ env.MESSAGE }}. | |
## Dependencies before merge | |
- [ ] https://github.com/revanced/revanced-patches | |
pr_draft: true |