mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
parent
d8373a95ac
commit
7a0162637b
@ -1,5 +1,5 @@
|
||||
FROM python:3-slim AS builder
|
||||
ADD . /app
|
||||
ADD main.py /app/main.py
|
||||
WORKDIR /app
|
||||
|
||||
RUN pip install --target=/app requests
|
||||
|
||||
@ -3,7 +3,7 @@ description: "Converts IDE TODO comments to GitHub issues"
|
||||
author: "Alastair Mooney"
|
||||
runs:
|
||||
using: "docker"
|
||||
image: "Dockerfile"
|
||||
image: "docker://ghcr.io/alstr/todo-to-issue-action:v4.4.1"
|
||||
branding:
|
||||
icon: "check-square"
|
||||
color: "orange"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user