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/add_issues_to_major_project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# Specifies the environment where the job will run. In this case, it uses the latest Ubuntu runner.

steps:
- uses: actions/add-to-project@v1.0.2
- uses: actions/add-to-project@v2.0.0
# Uses the `actions/add-to-project` GitHub Action to add items to a GitHub project.
# This action simplifies the process of adding issues or pull requests to a project board.

Expand Down