Skip to content

Commit 7385bdc

Browse files
committed
[BOT] Update submodules at DATE: 2023-08-23 TIME: 14:45:54
1 parent a9867a7 commit 7385bdc

File tree

5 files changed

+57
-5
lines changed

5 files changed

+57
-5
lines changed

.github/FUNDING.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# These are supported funding model platforms
2+
3+
github: [FAMAF-resources]
4+
# Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
5+
# patreon: # Replace with a single Patreon username
6+
# open_collective: # Replace with a single Open Collective username
7+
# ko_fi: # Replace with a single Ko-fi username
8+
# tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
9+
# community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
10+
# liberapay: # Replace with a single Liberapay username
11+
# issuehunt: # Replace with a single IssueHunt username
12+
# otechie: # Replace with a single Otechie username
13+
# lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
14+
# custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

.github/labeler.yml

+21-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,33 @@
11
documentation:
22
- README.md
33
- 'docs/*'
4-
- '.github/workflows/*'
5-
- '.github/workflows/**/*'
4+
- 'docs/**/*'
65
- 'assets/*'
6+
- 'assets/**/*'
77

88
exams:
99
- 'ExamenesViejos/*'
10+
- 'ExamenesViejos/**/*'
1011

1112
apuntes:
1213
- 'apuntes/*'
14+
- 'apuntes/**/*'
1315

1416
examples:
15-
- 'examples/*'
17+
- 'examples/*'
18+
19+
workflows:
20+
- '.github/workflows/*'
21+
- '.github/workflows/**/*'
22+
23+
libros:
24+
- 'libros/*'
25+
- 'libros/**/*'
26+
27+
practico:
28+
- 'practico/*'
29+
- 'practico/**/*'
30+
31+
teorico:
32+
- 'teorico/*'
33+
- 'teorico/**/*'

.github/workflows/greetings.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: 'Greetings :D'
2+
3+
on: [pull_request_target, issues]
4+
5+
jobs:
6+
greeting:
7+
runs-on: ubuntu-latest
8+
permissions:
9+
issues: write
10+
pull-requests: write
11+
steps:
12+
- uses: actions/[email protected]
13+
with:
14+
repo-token: ${{ secrets.WORKFLOW_TOKEN }}
15+
issue-message: "Muchas gracias por crear un issue! Lo apreciamos :dizzy:"
16+
pr-message: "Muchas gracias por aportar en nuestra comunidad! :people_hugging: Puedes ver mas al respecto en [Welcome](https://github.com/FAMAF-resources/.github/tree/main/profile/README.md) y las materias en [](https://github.com/FAMAF-resources/Welcome)"

.github/workflows/labeler.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: 'Pull Request Labeler'
22

3-
on: [pull_request, pull_request_target]
3+
on:
4+
# pull_request:
5+
# types: [opened, ready_for_review, labeled, unlabeled, reopened, synchronize]
6+
pull_request_target:
7+
types: [opened, ready_for_review, labeled, unlabeled, reopened, synchronize]
48

59
jobs:
610
label:

0 commit comments

Comments
 (0)