Skip to content

Commit

Permalink
chore: update from template (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
ovsds authored Oct 15, 2024
1 parent a1e3707 commit d7dff0d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
1 change: 0 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- opened
- reopened
- synchronize
- edited

jobs:
e2e-default:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# add-labels-action
# Add Labels Action

[![CI](https://github.com/datalens-tech/add-labels-action/workflows/Check%20PR/badge.svg)](https://github.com/datalens-tech/add-labels-action/actions?query=workflow%3A%22%22Check+PR%22%22)
[![GitHub Marketplace](https://img.shields.io/badge/Marketplace-Add%20Labels%20Action-blue.svg)](https://github.com/marketplace/actions/add-labels-action)
Expand Down Expand Up @@ -49,8 +49,8 @@ None

### Global dependencies

- nvm
- node
- [Taskfile](https://taskfile.dev/installation/)
- [nvm](https://github.com/nvm-sh/nvm?tab=readme-ov-file#install--update-script)

### Taskfile commands

Expand Down
12 changes: 7 additions & 5 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,12 @@ tasks:
--overwrite-if-exists
--output-dir ../
{{.TEMPLATE_PATH}}
project_name="add-labels-action"
marketplace_name="Add Labels Action"
action_type="composite"
node_version="v21.5.0"
github_owner="datalens-tech"
project_name='Add Labels Action'
project_slug='add-labels-action'
marketplace_name='Add Labels Action'
action_type='composite'
node_version='v21.5.0'
owner_name='datalens-tech'
owner_github_login='datalens-tech'
vars:
TEMPLATE_PATH: '{{.TEMPLATE_PATH | default "https://github.com/ovsds/template-repository-github-action"}}'
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "Add Labels Action"
description: "add-labels-action"
description: "Adds `type/...` and `component/...` labels by PR title using commitlint format and custom config."

inputs:
github_owner:
Expand Down Expand Up @@ -57,5 +57,5 @@ runs:
GH_TOKEN: ${{ inputs.github_token }}

branding:
icon: "message-square"
icon: "tag"
color: "gray-dark"

0 comments on commit d7dff0d

Please sign in to comment.