Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proposal: gitea: push webhook: pass commit added / removed / modified files list data #216

Open
condemil opened this issue Aug 17, 2022 · 1 comment

Comments

@condemil
Copy link

As per #74 commit list in push webhook is supported. As I can see gitea also sends data about added / removed / modified files:

  "commits": [
    {
      "id": "ebc81861191e887a6be60142e845637c95b850f6",
      "message": "add more test prints\n",
      ...
      "verification": null,
      "timestamp": "2022-08-15T23:46:19+03:00",
      "added": [],
      "removed": [],
      "modified": [
        ".drone.star"
      ]
    }
  ],

It would be nice to pass this data to starlark context, this way it will be possible to handle monorepo setup in starlark file by checking what project was modified in monorepo.

@ShruthiHubb
Copy link

ShruthiHubb commented Sep 14, 2022

Hi @condemil, thanks you for writing us. Our team will review the feasibility of your request and get back to you.

Best
Shruthi Kini

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants