mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Updating projectNext to 1.1.0 for AO actions (#150537)
After getting errors on action execution for adding issues labeled with AO team to the corresponding project, we found out that we were using a version of projectNext that relies on a deprecated API. See [projectNext release notes](/richkuz/projectnext-label-assigner/releases/tag/1.1.0) for details. This PR updates the action to use version 1.1.0 of `projectNext`
This commit is contained in:
parent
8b816c32cc
commit
44d483a569
1 changed files with 1 additions and 1 deletions
2
.github/workflows/add-to-ao-project.yml
vendored
2
.github/workflows/add-to-ao-project.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
github.event.label.name == 'Team: Actionable Observability'
|
||||
steps:
|
||||
- name: Add
|
||||
uses: richkuz/projectnext-label-assigner@1.0.2
|
||||
uses: richkuz/projectnext-label-assigner@1.1.0
|
||||
id: add_to_projects
|
||||
with:
|
||||
config: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue