Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto-assign-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Assign to "Backlog" Project
steps:
- name: Assign NEW issues and NEW pull requests to global project "Backlog" (1)
uses: actions/add-to-project@v1.0.2
uses: actions/add-to-project@v2.0.0
with:
project-url: https://github.com/users/Blackjacx/projects/1
github-token: ${{ secrets.ACCESS_TOKEN }}
Loading