Skip to content

Commit

Permalink
[BOT] Update submodules at DATE: 2023-08-23 TIME: 14:45:51
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Aug 23, 2023
1 parent 9133359 commit c8060c4
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 5 deletions.
14 changes: 14 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# These are supported funding model platforms

github: [FAMAF-resources]
# Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
# patreon: # Replace with a single Patreon username
# open_collective: # Replace with a single Open Collective username
# ko_fi: # Replace with a single Ko-fi username
# tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
# community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
# liberapay: # Replace with a single Liberapay username
# issuehunt: # Replace with a single IssueHunt username
# otechie: # Replace with a single Otechie username
# lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
# custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
24 changes: 21 additions & 3 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,33 @@
documentation:
- README.md
- 'docs/*'
- '.github/workflows/*'
- '.github/workflows/**/*'
- 'docs/**/*'
- 'assets/*'
- 'assets/**/*'

exams:
- 'ExamenesViejos/*'
- 'ExamenesViejos/**/*'

apuntes:
- 'apuntes/*'
- 'apuntes/**/*'

examples:
- 'examples/*'
- 'examples/*'

workflows:
- '.github/workflows/*'
- '.github/workflows/**/*'

libros:
- 'libros/*'
- 'libros/**/*'

practico:
- 'practico/*'
- 'practico/**/*'

teorico:
- 'teorico/*'
- 'teorico/**/*'
16 changes: 16 additions & 0 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 'Greetings :D'

on: [pull_request_target, issues]

jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1.1.1
with:
repo-token: ${{ secrets.WORKFLOW_TOKEN }}
issue-message: "Muchas gracias por crear un issue! Lo apreciamos :dizzy:"
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)"
6 changes: 5 additions & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: 'Pull Request Labeler'

on: [pull_request, pull_request_target]
on:
# pull_request:
# types: [opened, ready_for_review, labeled, unlabeled, reopened, synchronize]
pull_request_target:
types: [opened, ready_for_review, labeled, unlabeled, reopened, synchronize]

jobs:
label:
Expand Down

0 comments on commit c8060c4

Please sign in to comment.