8000 Update README.md, inserting GHF logo · ssh-juan/github-foundations@d4189d6 · GitHub
[go: up one dir, main page]

Skip to content

Update README.md, inserting GHF logo #3

Update README.md, inserting GHF logo

Update README.md, inserting GHF logo #3

Workflow file for this run

# This workflow will triage pull requests and apply a label based on the
# paths that are modified in the pull request.
#
# To use this workflow, you will need to set up a .github/labeler.yml
# file with configuration. For more information, see:
# https://github.com/actions/labeler
# Automatically label new PRs based on the paths of files being changed or the branch name.
"""

Check failure on line 9 in .github/workflows/label.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/label.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
name: Labeler
on:
- pull_request_target
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5
"""
0