1
0
mirror of https://github.com/TsakiDev/gitea-comment.git synced 2026-05-04 04:10:41 +02:00
2022-06-28 23:49:45 +03:00
2022-06-28 23:49:45 +03:00
2022-06-28 22:46:21 +03:00
2022-06-28 22:46:21 +03:00
2022-06-28 23:49:45 +03:00
2022-06-28 22:46:21 +03:00
2022-06-28 22:46:21 +03:00
2022-06-28 22:46:21 +03:00
2022-06-28 22:46:21 +03:00

Gitea Comment

A Drone plugin to post comments on a Gitea Pull Request

Docker Hub: https://hub.docker.com/r/tsakidev/giteacomment

Example reference for pull request with static string:

steps:
- name: post-to-gitea-pr
  image: tsakidev/giteacomment:latest
  settings:
    gitea_token:
      from_secret: gitea_token
    gitea_base_url: http://gitea.example.com
    comment: "Hello from Drone"
  when:
    status: [ failure ]
    event: pull_request

Example reference for pull request with input from file:

steps:
- name: post-to-gitea-pr
  image: tsakidev/giteacomment:latest
  settings:
    gitea_token:
      from_secret: gitea_token
    gitea_base_url: http://gitea.example.com
    comment_title: "My Title"
    comment_from_file: "/path/to/file.txt"
  when:
    status: [ failure ]
    event: pull_request
S
Description
A Drone plugin to post comments on a Gitea Pull Request
Readme 70 KiB
Languages
C# 96.2%
Dockerfile 3.8%