Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
gh-actions
poster
tables
security
twodimensional
miscellaneous
# NOTE: Changing requireScope from false to true is a breaking change.
# This will reject any PR titles without a scope that were previously valid.
# Please ensure your PR titles follow the "<type>(<scope>): <subject>" format.
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: Test Examples
permissions:
contents: read

on:
push:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pr-status-check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
name: PR Status Dashboard
permissions:
contents: read
issues: write
Comment thread
adcondev marked this conversation as resolved.
on:
schedule:
- cron: '0 9 * * 1' # Lunes a las 9 AM
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tag-protection.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: Protect Version Tags
permissions:
contents: read

on:
push:
Expand Down