Skip to content

Commit

Permalink
fix: update default board to point to new bass team (#187)
Browse files Browse the repository at this point in the history
* fix: update default board to point to new bass team

* Update README.md
  • Loading branch information
Zidious authored Jul 22, 2024
1 parent d90e376 commit de640d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This action labels and moves issues that have been released.
| `commit-list` | Yes | The list of commits generated from the "Generate commit list" action | NA |
| `version` | Yes | The version number of the release | NA |
| `token` | Yes | The GitHub token with the required permissions (see below) | NA |
| `project-number` | No | The project number of the project board | 66 |
| `project-number` | No | The project number of the project board | 186 |
| `column-name` | No | Name of column to move to | released |

## Example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ inputs:
project-number:
description: 'The project number of the project board'
required: false
default: '66'
default: '186'
column-name:
description: 'Name of column to move to'
required: false
Expand Down

0 comments on commit de640d6

Please sign in to comment.