File: issues.yml

package info (click to toggle)
libapache2-mod-auth-openidc 2.4.18-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,036 kB
  • sloc: ansic: 22,642; makefile: 210; sh: 2
file content (18 lines) | stat: -rw-r--r-- 506 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
on:
  issues:
    types: [opened, reopened]
jobs:
  check:
    if: github.event.issue.user.login != 'zandbelt'
    runs-on: ubuntu-latest
    steps: 
      - if: github.event.action == 'opened'
        uses: actions-ecosystem/action-add-labels@v1
        name: Label Invalid
        with:
          labels: invalid
      - uses: peter-evans/close-issue@v2
        name: Close Issue
        with:
          comment: "https://github.com/OpenIDC/mod_auth_openidc/wiki#20-why-is-my-ticket-closed-as-invalid"