Skip to content

Commit

Permalink
Setup abapLint
Browse files Browse the repository at this point in the history
  • Loading branch information
mraht committed Dec 8, 2023
1 parent 7918bab commit d673f6f
Show file tree
Hide file tree
Showing 2 changed files with 473 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: "Run TODO flags to GitHub issues"
name: "main"
on:
push:
branches:
- main
workflow_dispatch:
inputs:
MANUAL_COMMIT_REF:
Expand All @@ -14,10 +16,15 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- name: "TODO flags to GitHub issues"
- name: "todo-to-issue"
uses: "alstr/todo-to-issue-action@v4"
with:
CLOSE_ISSUES: true
AUTO_P: true
AUTO_ASSIGN: true
IDENTIFIERS: '[{"name": "TODO", "labels": ["todo"]}, {"name": "NEW", "labels": ["new"]}, {"name": "FIX", "labels": ["bug"]}, {"name": "OPT", "labels": ["opt"]}]'
- name: "abaplint"
uses: "abaplint/actions-abaplint@main"
if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit d673f6f

Please sign in to comment.