Skip to content

chore(bump): pac4j version #4716

chore(bump): pac4j version

chore(bump): pac4j version #4716

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request_target:
types: [opened, reopened]
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/pr-labeler-config.yml"
- uses: actions-ecosystem/[email protected]
# only add names of Acryl Data team members here
if:
${{
!contains(
fromJson('[
"anshbansal",
"asikowitz",
"chriscollins3456",
"david-leifker",
"shirshanka",
"sid-acryl",
"swaroopjagadish",
"treff7es",
"yoonhyejin",
"eboneil",
"gabe-lyons",
"hsheth2",
"jjoyce0510",
"maggiehays",
"pedro93",
"RyanHolstien",
"sakethvarma397",
"Kunal-kankriya",
"purnimagarg1",
"dushayntAW",
"sagar-salvi-apptware",
"kushagra-apptware",
"Salman-Apptware",
"mayurinehate",
"noggi",
"skrydal"
]'),
github.actor
)
}}
with:
github_token: ${{ github.token }}
labels: |
community-contribution
- uses: actions-ecosystem/[email protected]
# only add names of champions here. Confirm with DevRel Team
if:
${{
contains(
fromJson('[
"siladitya2",
"sgomezvillamor",
"ngamanda",
"HarveyLeo",
"frsann",
"bossenti",
"nikolakasev",
"PatrickfBraz",
"cuong-pham",
"sudhakarast",
"tkdrahn",
"rtekal",
"sgm44"
]'),
github.actor
)
}}
with:
github_token: ${{ github.token }}
labels: |
datahub-community-champion