Skip to content

Bump technote-space/assign-author from 1.5.7 to 1.6.2 #121

Bump technote-space/assign-author from 1.5.7 to 1.6.2

Bump technote-space/assign-author from 1.5.7 to 1.6.2 #121

name: Pull Request (Opened)
on:
pull_request:
types: [opened]
jobs:
security_hardening:
name: Check security hardening
runs-on: ubuntu-latest
steps:
- name: Clone the repository
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
- name: Ensure SHA pinned actions
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@4830be28ce81da52ec70d65c552a7403821d98d4
assign_author:
name: Assign Author to the Pull Request
needs: security_hardening
runs-on: ubuntu-latest
steps:
- name: Assign Author to the Pull Request
uses: technote-space/assign-author@9558557c5c4816f38bd06176fbc324ba14bb3160
pr-labeler:
name: Label the PR based on the branch
needs: security_hardening
runs-on: ubuntu-latest
steps:
- name: Label the Pull Request
uses: TimonVS/pr-labeler-action@bd0b592a410983316a454e3d48444608f028ec8e
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}