Skip to content

Add the option to shuffle playlists and swap the order of your songs. #106

Add the option to shuffle playlists and swap the order of your songs.

Add the option to shuffle playlists and swap the order of your songs. #106

Workflow file for this run

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