GitHub build workflows (#204)

This commit is contained in:
Blixibon
2022-10-21 12:49:33 -05:00
committed by GitHub
parent 03fffae585
commit 3f5807f1fd
14 changed files with 526 additions and 10 deletions

23
.github/workflows/mapbase_pr.yml vendored Normal file
View File

@@ -0,0 +1,23 @@
#
# MAPBASE REPO AUTOMATION
#
# Automatically labels pull requests according to changed file paths.
# See mapbase_triage-pr.yml for more information.
#
# https://github.com/actions/labeler
name: Pull Request Automation
on: [pull_request]
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"