Add the option to shuffle playlists and swap the order of your songs. #106
Workflow file for this run
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: 📌 Assign Project | |
on: | |
issues: | |
types: [opened] | |
pull_request: | |
types: [opened] | |
jobs: | |
assign_to_project: | |
runs-on: ubuntu-latest | |
name: Assign issues/pull-requests to project | |
steps: | |
- uses: actions/[email protected] | |
with: | |
project-url: "https://github.com/orgs/saproto/projects/1" | |
github-token: ${{ secrets.PROJECTS_TOKEN }} |