Skip to content

Commit a01211a

Browse files
author
Alex Holmansky
authored
Merge pull request #28 from alexh97/master
Update version to 2.0.0
2 parents ea4c421 + 4964c9a commit a01211a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr-project-assigner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Assign a PR to project based on label
99
steps:
1010
- name: Assign to project
11-
uses: elastic/github-actions/project-assigner@b57adc9d9a0f46351c878e14b0e4e43d6d18ac9f
11+
uses: elastic/github-actions/project-assigner@v2.0.0
1212
id: project_assigner
1313
with:
1414
issue-mappings: |

.github/workflows/project-assigner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Assign issue or PR to project based on label
99
steps:
1010
- name: Assign to project
11-
uses: elastic/github-actions/project-assigner@b57adc9d9a0f46351c878e14b0e4e43d6d18ac9f
11+
uses: elastic/github-actions/project-assigner@v2.0.0
1212
id: project_assigner
1313
with:
1414
issue-mappings: '[{"label": "wf_test", "projectNumber": 1, "columnName": "To do"}]'

project-assigner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "project-assigner",
3-
"version": "1.0.4",
3+
"version": "2.0.0",
44
"description": "A GitHub Action that assigns issues and pull request to a GitHub project column when specific label is applied",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)