Add created_at and updated_at fields to Quiz model; update queryset o… #51
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Issue Autolink" | |
on: | |
pull_request: | |
types: [opened] | |
jobs: | |
issue-links: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: tkt-actions/[email protected] | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
branch-prefix: "issue-" | |
resolve: "true" |