Skip to content

Commit a932717

Browse files
authored
Merge pull request #40 from jportner/update-to-2.1.1
Update to version 2.1.1
2 parents 1ce5307 + e2320e8 commit a932717

5 files changed

Lines changed: 183 additions & 201 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: Assigns or removes a PR from a project whenever the specified label is added or removed.
99
steps:
1010
- name: Assign to project
11-
uses: elastic/github-actions/project-assigner@v2.1.0
11+
uses: elastic/github-actions/project-assigner@v2.1.1
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: Assigns or removes an issue from a project whenever the specified label is added or removed.
99
steps:
1010
- name: Assign to project
11-
uses: elastic/github-actions/project-assigner@v2.1.0
11+
uses: elastic/github-actions/project-assigner@v2.1.1
1212
id: project_assigner
1313
with:
1414
issue-mappings: '[{"label": "wf_test", "projectNumber": 1, "columnName": "To do", "projectScope": "repo"}]'

project-assigner/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
name: Assign or remove an issue from a project based on a label
6666
steps:
6767
- name: Assign to project
68-
uses: elastic/github-actions/project-assigner@v2.1.0
68+
uses: elastic/github-actions/project-assigner@v2.1.1
6969
id: project_assigner
7070
with:
7171
issue-mappings: |
@@ -98,7 +98,7 @@ jobs:
9898
name: Assign or remove a PR from a project based on a label
9999
steps:
100100
- name: Assign to project
101-
uses: elastic/github-actions/project-assigner@v2.1.0
101+
uses: elastic/github-actions/project-assigner@v2.1.1
102102
id: project_assigner
103103
with:
104104
issue-mappings: |

0 commit comments

Comments
 (0)