-
-
Notifications
You must be signed in to change notification settings - Fork 1
38 lines (31 loc) · 1010 Bytes
/
manage_issues.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: 💼 Administración de Issues
on:
workflow_dispatch:
schedule:
- cron: '0 11 * * *' # Cada día a las 11:00
jobs:
MomoBot:
name: 🤖 MomoBot
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
strategy:
fail-fast: false
matrix:
language: ['javascript']
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Administración de Issues
uses: totallynotdavid/Issue-Manager-Action@v3.7.3
with:
org: 'caefisica'
repo: 'web'
branch: 'master'
templateName: 'plantilla_de_cursos.yml'
issuePrefix: '[📚]:'
gifURL: 'https://media.tenor.com/t8ZbssN1A9kAAAAd/momo-twice.gif'
useGif: 'true'
env:
ISSUE_TOKEN: ${{ secrets.ISSUE_TOKEN }}