Skip to content

Commit

Permalink
meta: downgrade add-to-project dep
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDotJS committed Jun 6, 2023
1 parent 5ee0f7c commit dcf41be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/issue-pr-organizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: [ubuntu-latest]
steps:
- name: Assign to Project
uses: actions/add-to-project@v0.5.0
uses: actions/add-to-project@v0.4.0
with:
project-url: https://github.com/users/JackDotJS/projects/3
github-token: ${{ secrets.ISSUE_ORGANIZATION }}
Expand All @@ -22,4 +22,4 @@ jobs:
with:
configuration-path: .github/labeler.yml
repo-token: ${{ secrets.GITHUB_TOKEN }}
enable-versioned-regex: 0
enable-versioned-regex: 0

0 comments on commit dcf41be

Please sign in to comment.