latest 12 messages by iamtheworstdev
+
[2020-04-24T15:11:35Z]
iamtheworstdev
https://www.geeksforgeeks.org/diff-command-linux-examples/ or WinDiff if you're in windows
+
[2020-04-24T15:11:13Z]
iamtheworstdev
git can't do that but a bash script or some other tool can
+
[2020-04-24T15:09:54Z]
iamtheworstdev
JustTheDoctor, you mean two entirely different repos or forks of a repo
+
[2020-04-24T14:59:49Z]
iamtheworstdev
re: github actions .. I'd like to set up a github action to automatically run on a published released but specific to a particular file path.. it looks like only push/pulls support the file path filter.. any recommendations for an alternative way to pull it off?
+
[2020-04-15T20:00:21Z]
iamtheworstdev
github actions - does 'on: create:' not support branches-ignore?
+
[2020-03-25T17:50:12Z]
iamtheworstdev
any thoughts on why this is running on every new branch, even the ones I have under ignore? https://gist.github.com/stevegula/bcc1d411359e6ddc8bbe421de96797a0
+
[2020-03-19T20:01:57Z]
iamtheworstdev
what problem are you running into
+
[2020-03-19T18:25:06Z]
iamtheworstdev
is that the somewhat "accepted" github actions way or am I off base?
+
[2020-03-19T18:24:23Z]
iamtheworstdev
so it sounds like maybe what I want is to have them just create a branch following a naming convention and use that
+
[2020-03-19T18:23:48Z]
iamtheworstdev
big picture what I want to do is have a github action build and deploy whatever commit/branch my developer says is "ready for prod" to a staging server.. and keep redeploying if they make any other changes
+
[2020-03-19T18:22:11Z]
iamtheworstdev
oh.. I thought releases and tags were just branches operating under a different name
+
[2020-03-19T18:19:19Z]
iamtheworstdev
I want to launch a github action on release (created, edited, prereleased) and whenever new pushes are done against that release.. is the latter part included in the 'edited' category or am I trying to do something that doesn't work?