We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2548f57 commit cc4c33dCopy full SHA for cc4c33d
action.yml
@@ -1,5 +1,8 @@
1
name: 'Pull request branch updater'
2
-description: 'GitHub Action to update pull request with base branches'
+description: 'GitHub Action to update the pull request branch with the base branch'
3
+branding:
4
+ icon: 'git-pull-request'
5
+ color: 'blue'
6
inputs:
7
token:
8
description: 'token to be used for making authenticated calls to the GitHub API'
0 commit comments