Skip to content

Commit

Permalink
build: prettier update
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil committed Dec 27, 2024
1 parent b2c8784 commit 941a01f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ Let's look at a practical example:
assignees: octocat:4,cat
```

- `octocat` has a weight of `4`.
- `cat` has a weight of `1` (default value).
- `octocat` has 4 chances out of 5 to be selected.
- `octocat` has a weight of `4`.
- `cat` has a weight of `1` (default value).
- `octocat` has 4 chances out of 5 to be selected.

### Working with Project Cards

Expand Down Expand Up @@ -127,5 +127,5 @@ jobs:

Instead of hardcoding the user name in the workflow, you can use a repository variable:

- create a GitHub repo variable named `DEFAULT_ISSUE_ASSIGNEE` with the name of the user
- use this value `${{ vars.DEFAULT_ISSUE_ASSIGNEE }}` instead of the username in the workflow.
- create a GitHub repo variable named `DEFAULT_ISSUE_ASSIGNEE` with the name of the user
- use this value `${{ vars.DEFAULT_ISSUE_ASSIGNEE }}` instead of the username in the workflow.

0 comments on commit 941a01f

Please sign in to comment.