Skip to content

XEP-0388: add missing elements to XML Schema #4

XEP-0388: add missing elements to XML Schema

XEP-0388: add missing elements to XML Schema #4

Workflow file for this run

name: Triage
on:
pull_request:
types:
- opened
- edited
branches:
- master
paths:
- 'xep-*.xml'
jobs:
label_pr:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libxml2-utils
version: cachetag1
- run: bash tools/github_auto_triage_pr.sh ${{ github.event.pull_request.number }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}