File: set-commit-statuses.yml

package info (click to toggle)
asyncio-dgram 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 192 kB
  • sloc: python: 550; makefile: 42
file content (17 lines) | stat: -rw-r--r-- 317 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: Set Commit Statuses

on:
  workflow_run:
    workflows: ["Check Pull Request"]
    types:
      - completed

jobs:
  set-commit-statuses:
    runs-on: ubuntu-latest
    permissions:
      contents: read
      actions: read
      statuses: write
    steps:
      - uses: jsbronder/actions/set-commit-statuses@v1