Skip to content

Commit

Permalink
fix: github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Viraj-10 committed Oct 12, 2023
1 parent 08308a6 commit 868ffa2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto-assign-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- name: 'Auto-assign PR'
uses: pozil/auto-assign-issue@v1
with:
repo-token: ${{ secrets.MY_GITHUB_TOKEN }}
teams: gluestack-ui-reviewers
numOfAssignee: 1
repo-token: ${{ secrets.MY_GITHUB_TOKEN }}
teams: gluestack-ui-reviewers
numOfAssignee: 1
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x

- name: Install Dependencies
run: |
Expand Down
File renamed without changes.

0 comments on commit 868ffa2

Please sign in to comment.