Skip to content
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

Create issue template to point to CCCL.

Create issue template to point to CCCL. #401

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 }}