Explorar el Código

Update greetings.yml (#7965)

modifyDataloader
Glenn Jocher GitHub hace 2 años
padre
commit
5d6fbb1e25
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. +5
    -1
      .github/workflows/greetings.yml

+ 5
- 1
.github/workflows/greetings.yml Ver fichero

@@ -2,7 +2,11 @@

name: Greetings

on: [pull_request_target, issues]
on:
pull_request_target:
types: [opened]
issues:
types: [opened]

jobs:
greeting:

Cargando…
Cancelar
Guardar