This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
Create issue template to point to CCCL. #401
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
on: | |
push: | |
branches: | |
- main | |
jobs: | |
mirror-main-branch-to-master-branch: | |
name: Mirror main branch to master branch | |
runs-on: ubuntu-latest | |
steps: | |
- name: Mirror main branch to master branch | |
id: mirror | |
uses: google/[email protected] | |
with: | |
source: main | |
dest: master | |
github-token: ${{ secrets.GITHUB_TOKEN }} |