Skip to content

Bump golang.org/x/oauth2 from 0.0.0-20220909003341-f21342109be1 to 0.22.0 in /exporter/f5cloudexporter #2602

Bump golang.org/x/oauth2 from 0.0.0-20220909003341-f21342109be1 to 0.22.0 in /exporter/f5cloudexporter

Bump golang.org/x/oauth2 from 0.0.0-20220909003341-f21342109be1 to 0.22.0 in /exporter/f5cloudexporter #2602

Workflow file for this run

name: 'Add Labels'
on:
issue_comment:
types: [created]
jobs:
add-labels:
if: ${{ !github.event.issue.pull_request && (github.event.comment.body == '/help-wanted' || github.event.comment.body == '/good-first-issue' ) }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run update permissions
run: chmod +x ./.github/workflows/scripts/add-labels.sh
- name: Run add-labels.sh
run: ./.github/workflows/scripts/add-labels.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ISSUE: ${{ github.event.issue.number }}
COMMENT: ${{ github.event.comment.body }}