Skip to content

Adds an addendum for working with forks in the Git for the SS14 Developer(tm) guide #234

Adds an addendum for working with forks in the Git for the SS14 Developer(tm) guide

Adds an addendum for working with forks in the Git for the SS14 Developer(tm) guide #234

Workflow file for this run

name: "Labels: PR"
on:
- pull_request_target
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"