Skip to content

Bump github.com/go-acme/lego/v4 from 4.32.0 to 4.33.0 in the third-party group across 1 directory #168

Bump github.com/go-acme/lego/v4 from 4.32.0 to 4.33.0 in the third-party group across 1 directory

Bump github.com/go-acme/lego/v4 from 4.32.0 to 4.33.0 in the third-party group across 1 directory #168

name: Add to Triage Project
on:
issues:
types: [ opened ]
pull_request_target:
types: [ opened ]
permissions: {}
jobs:
add-to-project:
runs-on: ubuntu-latest
steps:
- name: Check author and add to project
if: >-
github.actor != 'dependabot[bot]' &&
!contains(fromJson('["andrewpmartinez", "dovholuknf","ekoby","michaelquigley", "mikegorman-nf", "plorenz", "qrkourier","scarey","smilindave26"]'), github.actor)
uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2
with:
project-url: https://github.com/orgs/openziti/projects/38
github-token: ${{ secrets.GH_CI_KEY }}