Skip to content

Commit

Permalink
Increase visibility in the Github Marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
xserrat authored Jan 31, 2021
2 parents 681f01e + bd1bb9e commit 6006a01
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
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.
Expand All @@ -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 }}
Expand All @@ -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`

Expand All @@ -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`

Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'Pull Request JIRA properties labeler'
name: 'JIRA properties labeler on Pull Request'
author: 'Xavier Serrat'
description: 'Label a pull request using Jira issue properties'
description: 'Label a Pull Request using JIRA issue properties'
inputs:
GITHUB_TOKEN:
description: 'GitHub token'
Expand Down

0 comments on commit 6006a01

Please sign in to comment.