The skip button is hard to reach on mobile #108
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 }} |