-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase visibility in the Github Marketplace
- Loading branch information
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Pull Request JIRA properties labeler | ||
# JIRA properties labeler on Pull Request | ||
|
||
This action adds Jira issue properties as labels in your Pull Request. | ||
This action adds JIRA issue properties as labels in your Pull Request. | ||
You can customize which properties you want to add as labels [here](https://github.com/xserrat/pr-jira-properties-labeler#issue_properties): | ||
|
||
* `priority`: Shows the name of the priority defined in the Jira issue. | ||
|
@@ -20,7 +20,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
name: Label Pull Request with Jira properties | ||
steps: | ||
- name: Label with Jira issue properties | ||
- name: Label with JIRA issue properties | ||
uses: xserrat/[email protected] | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
@@ -44,7 +44,7 @@ It's a needed secret (THIS TOKEN IS FULFILLED AUTOMATICALLY, YOU DON'T HAVE TO A | |
It's the needed token to make requests to the JIRA api. | ||
|
||
This token is the combination in base64 of your user email to access | ||
to your Jira and the API token created in the following section: | ||
to your JIRA and the API token created in the following section: | ||
|
||
`Your profile > Manage your account > Security > API Token: Create and manage API tokens > Create API token` | ||
|
||
|
@@ -54,7 +54,7 @@ echo -n "your-email-for-jira-account:your-api-token" | base64 | |
``` | ||
|
||
### 🤫 `JIRA_URI`: | ||
It's the URI of Jira used to enter through the browser. Example: `https://mycompany.atlassian.net` or `https://mycompany.jira.com` | ||
It's the URI of JIRA used to enter through the browser. Example: `https://mycompany.atlassian.net` or `https://mycompany.jira.com` | ||
|
||
### `regexp_jira_issue_code_on_pr_title` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters