diff --git a/README.md b/README.md index 7a5a4d3..0bf6afc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Github-Jira-Integration +# GitHub-Jira-Integration -[![GitHub Release](https://img.shields.io/github/release/Timmatt-Lee/Github-Jira-Integration.svg?style=flat)](https://github.com/Timmatt-Lee/Github-Jira-Integration/releases/latest) [![Dependency Status](https://david-dm.org/Timmatt-Lee/Github-Jira-Integration.svg)](https://david-dm.org/Timmatt-Lee/Github-Jira-Integration) [![devDependencies Status](https://david-dm.org/Timmatt-Lee/Github-Jira-Integration/dev-status.svg)](https://david-dm.org/Timmatt-Lee/Github-Jira-Integration?type=dev) [![PR's Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](https://github.com/Timmatt-Lee/Github-Jira-Integration/pulls) +[![GitHub Release](https://img.shields.io/github/release/Timmatt-Lee/GitHub-Jira-Integration.svg?style=flat)](https://github.com/Timmatt-Lee/GitHub-Jira-Integration/releases/latest) [![Dependency Status](https://david-dm.org/Timmatt-Lee/GitHub-Jira-Integration.svg)](https://david-dm.org/Timmatt-Lee/GitHub-Jira-Integration) [![devDependencies Status](https://david-dm.org/Timmatt-Lee/GitHub-Jira-Integration/dev-status.svg)](https://david-dm.org/Timmatt-Lee/GitHub-Jira-Integration?type=dev) [![PR's Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](https://github.com/Timmatt-Lee/GitHub-Jira-Integration/pulls) Tired of switching tabs between GitHub and Jira? @@ -90,7 +90,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Pull Request and Jira issue integration - uses: Timmatt-Lee/Github-Jira-Integration@master + uses: Timmatt-Lee/GitHub-Jira-Integration@master with: host: ${{ secrets.JIRA_BASE_URL }} email: ${{ secrets.JIRA_USER_EMAIL }} @@ -125,7 +125,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Transit Jira issue - uses: Timmatt-Lee/Github-Jira-Integration@master + uses: Timmatt-Lee/GitHub-Jira-Integration@master with: host: ${{ secrets.JIRA_BASE_URL }} email: ${{ secrets.JIRA_USER_EMAIL }} diff --git a/action.yml b/action.yml index 164f719..837d714 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'Timmatt-Lee/Github-Jira-Integration' +name: 'Timmatt-Lee/GitHub-Jira-Integration' description: 'Automatically create or bind pull request to jira issue, resolve it when merged' branding: icon: 'git-pull-request'