Bump github.com/go-acme/lego/v4 from 4.32.0 to 4.33.0 in the third-party group across 1 directory #168
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 }} |