1004 Add Audio support to the engine #1342
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: 🏷️ Copy Labels | |
on: | |
pull_request: | |
branches: [ main ] | |
jobs: | |
copy-labels: | |
runs-on: ubuntu-latest | |
name: Copy labels from linked issues | |
steps: | |
- name: copy-labels | |
uses: michalvankodev/[email protected] | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} |