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:
Emmanuelle Raffenne 2023-02-08 14:55:51 +00:00 committed by GitHub
parent 8b816c32cc
commit 44d483a569
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: |