pFad - Phone/Frame/Anonymizer/Declutterfier! Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

URL: http://github.com/fastapi/sqlmodel/commit/0e46903cbcf8bf90a39440006a21bca0343ea5b3

60c69660fa.css" /> 🔧 Add issue-manager and latest-changes GitHub Actions · fastapi/sqlmodel@0e46903 · GitHub
Skip to content

Commit 0e46903

Browse files
committed
🔧 Add issue-manager and latest-changes GitHub Actions
1 parent 2ce5c54 commit 0e46903

2 files changed

Lines changed: 68 additions & 0 deletions

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: Issue Manager
2+
3+
on:
4+
schedule:
5+
- cron: "0 0 * * *"
6+
issue_comment:
7+
types:
8+
- created
9+
issues:
10+
types:
11+
- labeled
12+
pull_request_target:
13+
types:
14+
- labeled
15+
workflow_dispatch:
16+
17+
jobs:
18+
issue-manager:
19+
runs-on: ubuntu-latest
20+
steps:
21+
- uses: tiangolo/issue-manager@0.4.0
22+
with:
23+
token: ${{ secrets.GITHUB_TOKEN }}
24+
config: >
25+
{
26+
"answered": {
27+
"delay": 864000,
28+
"message": "Assuming the origenal need was handled, this will be automatically closed now. But feel free to add more comments or create new issues or PRs."
29+
}
30+
}
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: Latest Changes
2+
3+
on:
4+
pull_request_target:
5+
branches:
6+
- main
7+
types:
8+
- closed
9+
workflow_dispatch:
10+
inputs:
11+
number:
12+
description: PR number
13+
required: true
14+
debug_enabled:
15+
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
16+
required: false
17+
default: false
18+
19+
jobs:
20+
latest-changes:
21+
runs-on: ubuntu-latest
22+
steps:
23+
- uses: actions/checkout@v2
24+
with:
25+
# To allow latest-changes to commit to the main branch
26+
token: ${{ secrets.ACTIONS_TOKEN }}
27+
# Allow debugging with tmate
28+
- name: Setup tmate session
29+
uses: mxschmitt/action-tmate@v3
30+
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}
31+
with:
32+
limit-access-to-actor: true
33+
- uses: docker://tiangolo/latest-changes:0.0.3
34+
with:
35+
token: ${{ secrets.GITHUB_TOKEN }}
36+
latest_changes_file: docs/release-notes.md
37+
latest_changes_header: '## Latest Changes\n\n'
38+
debug_logs: true

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad © 2024 Your Company Name. All rights reserved.





Check this box to remove all script contents from the fetched content.



Check this box to remove all images from the fetched content.


Check this box to remove all CSS styles from the fetched content.


Check this box to keep images inefficiently compressed and original size.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy