Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
One more formatting fix
  • Loading branch information
Alex Holmansky authored Dec 4, 2019
1 parent 7aef160 commit 8ca315b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project-assigner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ A JSON array of objects containing `label`, `projectName`, and `columnId` attrib
**`columnId`** - *ID* of the GitHub project column that an issue or a pull request should be placed in when they're assigned to the project. For issues, this would typically be the ID of the "To Do" column. For pull requests, this may be the ID of the "In Review" column. You should use your own discression when choosing which columns to use for your particular project. A column ID can be found by copying the column URL using its "..." menu and then using the numeric ID at the end of the URL as the value for `columnId`.

Here's a sample format of the `issue-mappings` input:

issue-mappings: '[{"label": "Test", "projectName": "test", "columnId": 1234},
{"label": "bug", "projectName": "test2", "columnId": 5678}]'

Expand Down

0 comments on commit 8ca315b

Please sign in to comment.